forked from Trac-Systems/intercom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.18 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.18 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
{
"name": "intercom-release-gate",
"version": "1.0.0",
"description": "P2P release checklist and deployment gate on Intercom (Trac Network)",
"main": "index.js",
"type": "module",
"scripts": {
"start": "pear run --tmp-store --no-pre . --peer-store-name admin --msb-store-name admin-msb --subnet-channel release-gate-v1",
"peer": "pear run --tmp-store --no-pre . --peer-store-name peer1 --msb-store-name peer1-msb --subnet-channel release-gate-v1",
"test": "node release.test.js"
},
"keywords": ["release","checklist","approval","deploy","p2p","trac","intercom","pear"],
"license": "MIT",
"dependencies": {
"b4a": "^1.6.7",
"bare-ws": "2.0.3",
"compact-encoding": "^2.18.0",
"crypto": "npm:bare-node-crypto",
"fs": "npm:bare-node-fs",
"path": "npm:bare-node-path",
"protomux": "^3.10.1",
"trac-msb": "git+https://github.com/Trac-Systems/main_settlement_bus.git#5088921",
"trac-peer": "git+https://github.com/Trac-Systems/trac-peer.git#d108f52",
"trac-wallet": "1.0.1",
"util": "npm:bare-node-util"
},
"overrides": {
"trac-wallet": "1.0.1"
},
"pear": {
"name": "intercom-release-gate",
"type": "terminal"
}
}