-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
54 lines (54 loc) · 1.13 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
{
"name": "arya-jarvis",
"version": "1.15.0",
"description": "Arya Jarvis: Designed to save developers more time and energy.",
"main": "bin/index.js",
"bin": {
"arya": "bin/index.js"
},
"files": [
"assets",
"bin",
"helper",
".prettierignore"
],
"scripts": {
"test": "test"
},
"dependencies": {
"@napi-rs/clipboard": "^1.0.1",
"chalk": "^2.4.2",
"commander": "^3.0.0",
"gulp-watch": "^5.0.1",
"jimp": "^0.9.3",
"koa": "^2.8.1",
"marked": "^0.7.0",
"onchange": "^6.0.0",
"opn": "^6.0.0",
"portfinder": "^1.0.23",
"prettier": "^1.18.2",
"prettier-plugin-ux": "^0.3.0",
"qrcode": "^1.4.1",
"socket.io": "^2.3.0"
},
"devDependencies": {},
"prettier": {
"singleQuote": true,
"semi": false,
"printWidth": 100,
"proseWrap": "never"
},
"keywords": [
"jarvis"
],
"author": "nicejade",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/nicejade/arya-jarvis.git"
},
"bugs": {
"url": "https://github.com/nicejade/arya-jarvis/issues"
},
"homepage": "https://arya.lovejade.cn/"
}