-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.11 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": "@shineiichijo/canvas-chan",
"version": "1.0.1",
"description": "Making canvas stuffs easier",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "yarn rimraf dist/ && yarn tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShineiIchijo/Canvas-chan.git"
},
"keywords": [
"canvas",
"ship",
"pokemon",
"guess-the-pokemon",
"simp"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ShineiIchijo/Canvas-chan/issues"
},
"homepage": "https://github.com/ShineiIchijo/Canvas-chan",
"author": "Shinei Ichijo",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/gifencoder": "^2.0.1",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.17",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"eslint": "^8.8.0",
"mocha": "^9.2.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.5"
},
"dependencies": {
"axios": "^0.27.2",
"canvas": "^2.9.1",
"fs-extra": "^10.1.0",
"gifencoder": "^2.0.1",
"path": "^0.12.7"
}
}