forked from rarimo/passport-zk-circuits
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 943 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
40
41
{
"name": "circom_tester",
"version": "0.0.20",
"description": "Tools for testing circom circuits.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha -p 'test/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iden3/circom_tester.git"
},
"keywords": [
"circom",
"test",
"snarkjs",
"iden3"
],
"author": "Albert Rubio",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/iden3/circom_tester/issues"
},
"homepage": "https://github.com/iden3/circom_tester#readme",
"dependencies": {
"chai": "^4.3.6",
"circomlib": "^2.0.5",
"ffjavascript": "^0.2.60",
"fnv-plus": "^1.3.1",
"r1csfile": "^0.0.47",
"snarkjs": "^0.7.0",
"tmp-promise": "^3.0.3",
"util": "^0.12.5"
},
"devDependencies": {
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.1",
"mocha": "^10.1.0",
"ts-node": "^10.9.2"
}
}