-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.18 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.18 KB
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
42
43
{
"name": "circuits",
"version": "1.0.0-betta",
"main": "index.js",
"scripts": {
"compile": "bash utils/compile.sh",
"test": "npx hardhat test",
"commitment": "ts-node utils/commitment.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"deploy": "npx hardhat --network hardhat deploy-bundle",
"prepare": "husky"
},
"keywords": [
"zeroleger",
"circuit",
"plonk"
],
"author": "Dzmitry Lahunouski",
"license": "SEE LICENSE IN LICENSE",
"description": "Circuit for the Zeroleger",
"devDependencies": {
"@dgma/hardhat-sol-bundler": "^0.5.11",
"@eslint/js": "^9.36.0",
"@nomicfoundation/hardhat-chai-matchers": "^2.1.0",
"@nomicfoundation/hardhat-toolbox": "^6.1.0",
"@openzeppelin/contracts": "^5.4.0",
"@types/circomlibjs": "^0.1.6",
"@types/snarkjs": "^0.7.9",
"@typescript-eslint/eslint-plugin": "^8.57.1",
"@typescript-eslint/parser": "^8.57.1",
"chai": "^4.5.0",
"circomlib": "^2.0.5",
"circomlibjs": "^0.1.7",
"eslint": "^9.35.0",
"ethers": "^6.16.0",
"hardhat": "^2.25.0",
"mocha": "^11.7.5",
"poseidon-solidity": "^0.0.5",
"snarkjs": "^0.7.5",
"husky": "^9.1.7"
}
}