forked from yoyoismee/trusted-setup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 883 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
{
"name": "pools-ceremony",
"scripts": {
"compile": "npx circom ./circuits/withdraw_from_subset_simple.circom --r1cs ./build/withdraw_from_subset_simple.r1cs --wasm ./build/withdraw_from_subset_simple.wasm --sym ./build/withdraw_from_subset_simple.sym -v"
},
"description": "Contributing to the ceremony requires some command line skills, but it should be simple.",
"version": "0.0.1",
"main": "contribute.sh",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/privacy-pools/trusted-setup.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/privacy-pools/trusted-setup/issues"
},
"homepage": "https://github.com/privacy-pools/trusted-setup#readme",
"dependencies": {
"blake2": "^5.0.0",
"circomlib": "^2.0.5",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"snarkjs": "^0.6.6"
}
}