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
26 lines (26 loc) · 686 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 686 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
{
"name": "contract-test-latest",
"version": "0.0.1",
"type": "module",
"main": "index.js",
"pear": {
"name": "contract-test-latest",
"type": "terminal"
},
"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"
}
}