-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 946 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
{
"name": "web-prover-circuits",
"description": "ZK Circuits for WebProofs",
"version": "0.7.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/pluto/web-prover-circuits.git"
},
"scripts": {
"test": "npx mocha",
"par-test": "npx mocha --parallel"
},
"dependencies": {
"@zk-email/circuits": "^6.1.1",
"circomlib": "^2.0.5"
},
"devDependencies": {
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/npm": "^11.0.2",
"@semantic-release/release-notes-generator": "^12.1.0",
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.1",
"@types/node": "22.5.4",
"circomkit": "0.3.0",
"mocha": "10.7.3",
"poseidon-lite": "0.3.0",
"semantic-release": "^23.0.2",
"snarkjs": "0.7.4",
"ts-node": "^10.9.1",
"typescript": "5.6.2"
}
}