-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
37 lines (37 loc) · 980 Bytes
/
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
{
"name": "chia-dashboard-satellite",
"version": "1.19.1",
"repository": "https://github.com/felixbrucker/chia-dashboard-satellite.git",
"bugs": "https://github.com/felixbrucker/chia-dashboard-satellite/issues",
"license": "GPL-3.0",
"dependencies": {
"axios": "^1.6.7",
"bignumber.js": "^9.1.2",
"chia-api": "^4.0.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"prompts": "^2.4.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"archiver": "^6.0.1",
"pkg": "^5.8.1",
"npm-check-updates": "^16.14.15"
},
"bin": "./main.js",
"scripts": {
"start": "node main.js",
"package": "node bin/build-package.js",
"update": "ncu -u"
},
"main": "main.js",
"engines": {
"node": ">=16.0.0"
},
"pkg": {
"assets": [
"./node_modules/axios/dist/node/axios.cjs"
]
}
}