-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
36 lines (36 loc) · 968 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
{
"name": "daap",
"version": "1.0.0",
"description": "Digital Asset Authorize Protocol",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "truffle migrate --reset",
"setVk": "node zkp/src/vk-controller.js",
"daap": "node zkp/src/daap-controller.js",
"setup": "node zkp/src/index.js"
},
"author": "[email protected]",
"license": "ISC",
"homepage": "https://www.yuanben.io/",
"repository": "https://github.com/primasio/daap",
"dependencies": {
"@truffle/contract": "^4.1.3",
"big-integer": "^1.6.47",
"ethereumjs-tx": "^2.1.2",
"fs": "^0.0.1-security",
"hex-to-binary": "^1.0.1",
"jsonfile": "^5.0.0",
"node-docker-api": "^1.1.22",
"path": "^0.12.7",
"safe-buffer": "^5.2.0",
"secp256k1": "^3.8.0",
"solc": "^0.5.11",
"web3": "1.2.1",
"yargs": "^15.0.2",
"inquirer": "^7.0.1"
},
"engines": {
"node": "12.9.x",
"npm": "6.11.x"
}
}