-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
39 lines (39 loc) · 867 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
37
38
39
{
"name": "multisetups",
"version": "0.0.1",
"description": "Perform trusted setups for multiple circuits with snarkjs",
"main": "build/index.js",
"scripts": {
"watch": "tsc --watch",
"build": "tsc",
"prepare": "tsc"
},
"bin": {
"multisetups": "build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/weijiekoh/multisetups.git"
},
"keywords": [
"snarkjs",
"circom"
],
"author": "Koh Wei Jie",
"license": "MIT",
"bugs": {
"url": "https://github.com/weijiekoh/multisetups/issues"
},
"homepage": "https://github.com/weijiekoh/multisetups",
"dependencies": {
"argparse": "2.0.1",
"handlebars": "^4.7.7",
"js-yaml": "4.0.0",
"shelljs": "0.8.4",
"snarkjs": "0.3.59"
},
"devDependencies": {
"@types/jest": "26.0.19",
"typescript": "4.1.3"
}
}