-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·35 lines (35 loc) · 1.06 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
{
"name": "eve-bpc-avg",
"version": "0.0.0",
"description": "Collects current statistics about EVE Online blueprint copies found in contracts near trade hubs.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"develop": "",
"build": "npm run --prefix frontend build",
"build-tele": "node ./telemetry/graph-json.js",
"serve-tele": "static -p 3000 -a 0.0.0.0 ./telemetry",
"tele": "npm run build-tele && npm run serve-tele",
"snapshot": "node --max-old-space-size=3000 eve-bpc-avg.js"
},
"author": "Axar Tiberius",
"license": "MIT",
"dependencies": {
"ansi-colors": "^4.1.1",
"async": "^3.2.3",
"axar-sde": "^0.1.1",
"axar-telemetry": "^0.1.0",
"cli-progress": "^3.10.0",
"csv": "^6.0.5",
"csv-stringify": "^6.0.5",
"dotenv": "^16.0.0",
"idgen": "^2.1.0",
"micro-request": "^666.0.10",
"mongodb": "^4.3.1",
"motley": "^2.2.8",
"motley-buffet": "^2.0.2",
"node-static": "^0.7.11",
"sqlite3": "^5.0.2",
"timebucket": "^0.4.0"
}
}