-
Notifications
You must be signed in to change notification settings - Fork 289
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 939 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 939 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": "contract-test-latest",
"version": "0.0.2",
"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",
"pear-runtime": "1.3.1",
"protomux": "^3.10.1",
"hyperschema": "1.17.1",
"trac-msb": "github:Trac-Systems/main_settlement_bus#ea72a9c82a85059c014387cb21f759d2419bed3c",
"trac-peer": "github:Trac-Systems/trac-peer#e4b52ad1e5d3f48aea06f5e19a3830685dcfa441",
"trac-wallet": "1.0.1",
"util": "npm:bare-node-util"
},
"scripts": {
"start": "node scripts/pear-runner.mjs",
"peer": "node scripts/pear-runner.mjs",
"test": "node --test tests/*.test.mjs",
"test:pear-runner": "node --test tests/pear-runner.test.mjs"
}
}