forked from BlueWallet/GroundControl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 839 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 839 Bytes
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
{
"name": "groundcontrol",
"version": "1.0.6",
"description": "GroundControl push server API",
"devDependencies": {
"prettier": "2.0.5"
},
"dependencies": {
"@types/node": "16.9.1",
"body-parser": "^1.18.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.15.4",
"express-rate-limit": "^5.3.0",
"frisbee": "^3.1.4",
"helmet": "^4.6.0",
"jayson": "^3.6.4",
"mysql2": "^2.3.0",
"reflect-metadata": "^0.1.10",
"ts-node": "3.3.0",
"typeorm": "0.2.32",
"typescript": "4.4.3"
},
"scripts": {
"lint": "npx prettier --write .",
"start": "ts-node src/index.ts",
"worker-blockprocessor": "ts-node src/worker-blockprocessor.ts",
"worker-processmempool": "ts-node src/worker-processmempool.ts",
"worker-sender": "ts-node src/worker-sender.ts"
}
}