forked from Tucsky/aggr-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 KB
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
{
"name": "aggr-server",
"version": "1.0.2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"generateVapidKeys": "node scripts/web-push/generateVapidKeys",
"docker:server:build": "docker-compose build",
"docker:server:up": "docker-compose up -d"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tucsky/aggr-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tucsky/aggr-server/issues"
},
"homepage": "https://github.com/Tucsky/aggr-server#readme",
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.19.1",
"cors": "^2.8.5",
"decamelize": "^4.0.0",
"express": "^4.17.1",
"express-rate-limit": "^5.1.1",
"influx": "^5.9.3",
"jsoning": "^0.13.23",
"pako": "^1.0.6",
"tx2": "^1.0.5",
"uuid": "^9.0.0",
"web-push": "^3.4.5",
"websocket": "^1.0.34",
"ws": "^5.0.0"
},
"volta": {
"node": "18.16.0",
"npm": "9.6.7"
}
}