forked from aDu/pet-pet-gif
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@someaspy/pet-pet-gif",
"version": "2.0.5",
"description": "Given an avatar, generate a petting gif (known as \"petpet\" or \"pet the\").",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"lint": "eslint \"**/*.ts\" ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/SomeAspy/pet-pet-gif.git"
},
"keywords": [
"petpet",
"pet gif",
"pet the",
"petting",
"animation"
],
"author": "Alan Du & Aiden B.",
"license": "ISC",
"bugs": {
"url": "https://github.com/SomeAspy/pet-pet-gif/issues"
},
"homepage": "https://github.com/SomeAspy/pet-pet-gif#readme",
"dependencies": {
"@skyra/gifenc": "^1.0.1",
"canvas": "3.0.0-rc2"
},
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a",
"devDependencies": {
"@eslint/js": "^9.6.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.14.9",
"eslint": "^9.6.0",
"typescript": "^5.5.3",
"typescript-eslint": "^7.15.0"
},
"types": "src/types.d.ts",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
}
}