-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
32 lines (32 loc) · 828 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
{
"name": "chia-dashboard-core",
"version": "1.0.0",
"dependencies": {
"@kidkarolis/not-so-fast": "^1.1.0",
"@koa/cors": "^5.0.0",
"@sentry/integrations": "^7.114.0",
"@sentry/node": "^7.112.2",
"axios": "^1.7.7",
"bignumber.js": "^9.1.2",
"cloudflared": "^0.5.3",
"jsonwebtoken": "^9.0.2",
"koa": "^2.15.3",
"koa-bodyparser": "^4.4.1",
"koa-compress": "^5.1.1",
"koa-etag": "^4.0.0",
"koa-router": "^13.0.1",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"mongoose": "^8.8.0",
"qs": "^6.13.0",
"semver": "^7.6.3",
"uuid": "^11.0.3"
},
"scripts": {
"start": "node main.js"
},
"main": "main.js",
"engines": {
"node": ">=18"
}
}