-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 926 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
38
39
{
"name": "turtlecoind-ha",
"version": "0.22.1",
"description": "Wraps the Turtlecoind Daemon and helps keep the daemon synchronized and ready for connections.",
"main": "index.js",
"scripts": {
"postinstall": "npm run checkpoints",
"start": "node service.js",
"checkpoints": "node checkpoints.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brandonlehmann/turtlecoind-ha.git"
},
"keywords": [
"TurtleCoin",
"wrapper",
"high-availability",
"API",
"RPC",
"websocket"
],
"author": "Brandon Lehmann <[email protected]>",
"license": "AGPL-3.0",
"dependencies": {
"node-pty": "^0.8.1",
"nonce": "^1.0.4",
"sha256": "^0.2.0",
"shelljs": "^0.8.3",
"socket.io": "^2.3.0",
"turtlecoin-rpc": "^2.0.5"
},
"devDependencies": {
"standard": "^13.1.0"
},
"peerDependencies": {
"@pm2/io": "^4.2.4"
}
}