-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1005 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
{
"name": "zku-cohort-3-final-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node scripts/bump-solidity.js && npx hardhat test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hwrdtm/zku-cohort-3-final-project.git"
},
"keywords": [],
"author": "",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/hwrdtm/zku-cohort-3-final-project/issues"
},
"homepage": "https://github.com/hwrdtm/zku-cohort-3-final-project#readme",
"dependencies": {
"circomlib": "2.0.2",
"zkey-manager": "^0.1.2"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"chai": "^4.3.6",
"circom_tester": "^0.0.10",
"circomlib": "^2.0.2",
"circomlibjs": "^0.1.6",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.4",
"hardhat": "^2.9.3",
"hardhat-gas-reporter": "^1.0.7",
"snarkjs": "^0.4.16"
}
}