generated from ora-io/zkgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.16 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
{
"name": "zkgraph",
"scripts": {
"compile-local": "node api/compile.js",
"setup-local": "node api/setup.js",
"exec-local": "node api/exec.js",
"prove-local": "node api/prove.js",
"upload-local": "node api/upload.js",
"deploy-local": "node api/deploy.js",
"compile": "node api/compile.js",
"setup": "node api/setup.js",
"exec": "node api/exec.js",
"prove": "node api/prove.js",
"upload": "node api/upload.js",
"deploy": "node api/deploy.js",
"verify": "node api/verify.js",
"publish": "node api/publish.js",
"format": "prettier --write -c **/*.{js,ts,md}",
"lint": "prettier -c **/*.{js,ts,md}"
},
"type": "module",
"dependencies": {
"@hyperoracle/zkgraph-api": "0.1.8",
"@hyperoracle/zkgraph-lib": "0.0.8",
"axios": "^1.4.0",
"axios-retry": "^3.8.0",
"bn.js": "^5.2.1",
"commander": "^11.0.0",
"ethers": "^5.7.2",
"form-data": "^4.0.0",
"inquirer": "^9.2.11",
"js-yaml": "^4.1.0",
"zkwasm-service-helper": "github:DelphinusLab/zkWasm-service-helper"
},
"devDependencies": {
"assemblyscript": "^0.27.0",
"bumpp": "^9.2.0",
"prettier": "2.8.8"
}
}