-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.3 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "truebit",
"version": "1.4.8",
"description": "Client software for interacting with the Truebit system",
"bin": {
"truebit-os": "cli/index.js"
},
"pkg": {
"scripts": "./jit-runner/jit.js",
"assets": [
"./wasm-client/secret",
"./wasm-client/mainnet.json",
"./wasm-client/goerli.json",
"./wasm-client/rinkeby.json",
"./node_modules/figlet/fonts/Standard.flf"
]
},
"scripts": {
"fixperms": "chmod 755 wasm-client/install.sh compile.sh",
"deps": "./wasm-client/install.sh",
"test": "mocha",
"truebit": "node ./cli/index.js",
"coverage": "nyc mocha"
},
"keywords": [
"verifiable",
"computation"
],
"license": "UNLICENSED",
"dependencies": {
"chalk": "^2.4.1",
"ethereumjs-util": "^5.2.0",
"express": "^4.18.1",
"figlet": "^1.2.0",
"ipfs-api": "^14.3.7",
"ipfs-http-client": "^40.0.0",
"minimist": "^1.2.0",
"moment": "^2.29.4",
"truebit-util": "^1.0.1",
"truffle-contract": "^3.0.5",
"vorpal": "^1.12.0",
"web3": "^1.2.0",
"winston": "^3.0.0",
"pkg": "^5.8.0"
},
"devDependencies": {
"@openzeppelin/cli": "^2.8.2",
"@openzeppelin/contracts-ethereum-package": "^3.0.0",
"browserify": "^16.5.2",
"fs-extra": "^6.0.1",
"wasm-metering-tb": "^0.2.1"
}
}