forked from iden3/circom_tester
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 919 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
{
"name": "circom_tester",
"version": "0.0.19",
"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",
"child_process": "^1.0.2",
"ffjavascript": "^0.2.56",
"fnv-plus": "^1.3.1",
"r1csfile": "^0.0.41",
"tmp-promise": "^3.0.3",
"util": "^0.12.4",
"snarkjs": "0.5.0"
},
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"mocha": "^10.0.0"
}
}