-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.67 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
47
48
49
50
51
52
53
54
55
{
"name": "ascii-art-avatar",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./src/listener.js",
"start:vercel": "cross-env PLATFORM=vercel node ./src/listener.js",
"myself": "node ./scripts/main.js",
"install-bin": "./scripts/install.sh",
"deploy": "components deploy",
"vercel-build": "yum install libuuid-devel libmount-devel && cp /lib64/{libuuid,libmount,libblkid}.so.1 node_modules/canvas/build/Release/ ",
"preview": "cd scripts/photos/myself && node ../../preview.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sonofmagic/ascii-art-avatar.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sonofmagic/ascii-art-avatar/issues"
},
"homepage": "https://github.com/sonofmagic/ascii-art-avatar#readme",
"dependencies": {
"@antv/f2": "^3.8.10-beta.1",
"@koa/cors": "^3.1.0",
"@koa/router": "^10.1.1",
"@octokit/graphql": "^4.8.0",
"ansi-style-parser": "^3.0.1",
"ansi-to-html": "^0.7.2",
"ascii-art": "^2.8.5",
"ascii-art-ansi": "^1.4.1",
"ascii-art-image": "^1.4.0",
"asciify-image": "^0.1.8",
"canvas": "^2.8.0",
"chart.js": "^3.7.0",
"chartjs-node-canvas": "^4.1.5",
"koa": "^2.13.1",
"koa-body": "^4.2.0",
"koa-static": "^5.0.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"eslint": "8.5.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.0.0"
}
}