forked from ava-labs/EncryptedERC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.07 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.07 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
{
"name": "encryptederc",
"version": "1.0.0",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.8",
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@openzeppelin/contracts": "^5.1.0",
"@typechain/hardhat": "^9.1.0",
"@types/jest": "^29.5.14",
"@types/mocha": "^10.0.10",
"@zk-kit/baby-jubjub": "^1.0.3",
"dotenv": "^16.4.7",
"hardhat": "^2.22.15",
"hardhat-gas-reporter": "^2.2.2",
"maci-crypto": "^2.0.0",
"poseidon-lite": "^0.3.0",
"prettier": "^3.5.3",
"prettier-plugin-solidity": "^1.4.2",
"solhint": "^5.0.5",
"solidity-coverage": "^0.8.14"
},
"scripts": {
"test": "mocha 'src/**/*.test.js'",
"postinstall": "cd zk && make",
"lint:sol": "solhint '**/*.sol' --config ./.solhint.json --ignore-path ./.solhintignore --max-warnings 0 && npx prettier --check '**/*.sol' --config ./.prettierrc",
"lint:ts": "npx biome lint .",
"lint": "npm run lint:sol && npm run lint:ts"
},
"keywords": [],
"author": "",
"repository": {
"url": "https://github.com/ava-labs/EncryptedERC",
"type": "git"
}
}