-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1018 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
{
"name": "mimc-merkle-tree",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"benchmark:interpreter": "node --wasm-interpret-all index.js tests/tests-mimc.yml",
"benchmark:liftoff": "node index.js tests/tests-mimc.yml",
"benchmark:host_funcs": "node index.js tests/tests-mimc-hostfuncs.yml",
"build": "npx asc assembly/mimc/benchmark.ts -b assembly/mimc/out/main.wasm -t assembly/mimc/out/main.wat --validate && cd assembly/mimc && gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jwasinger/mimc-wasm.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jwasinger/mimc-wasm/issues"
},
"homepage": "https://github.com/jwasinger/mimc-wasm#readme",
"dependencies": {
"assemblyscript": "0.8.1",
"bn.js": "^5.1.1",
"circom": "0.0.34",
"circomlib": "0.0.20",
"ethereumjs-util": "^6.2.0",
"gulp": "^4",
"js-yaml": "^3.13.1",
"wabt": "1.0.11"
}
}