-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 912 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
{
"name": "devconvi-workshop",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "rm -rf node_modules/circom"
},
"repository": {
"type": "git",
"url": "git+https://github.com/krlosMata/devconVI-workshop.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/krlosMata/devconVI-workshop/issues"
},
"homepage": "https://github.com/krlosMata/devconVI-workshop#readme",
"dependencies": {
"@hermeznetwork/commonjs": "^0.3.3",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.7.3",
"circom_tester": "^0.0.18",
"circomlib": "^2.0.5",
"circomlibjs": "^0.1.7",
"dotenv": "^8.6.0",
"hardhat": "^2.11.2",
"mocha": "^10.0.0",
"snarkjs": "^0.4.26"
}
}