-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 836 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "@fhevm/e2e-suite",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/node": "^22.15.21",
"hardhat": "^2.23.0",
"prettier": "^3.5.3",
"prettier-plugin-solidity": "^2.0.0"
},
"scripts": {
"codegen": "../../library-solidity/codegen/codegen.mjs lib --config ./codegen.config.json --verbose",
"codegen:overloads": "../../library-solidity/codegen/codegen.mjs overloads --config ./codegen.config.json --verbose --force",
"prettier": "prettier --write \"**/*.{js,json,md,sol,ts,yml}\""
},
"dependencies": {
"@fhevm/solidity": "*",
"@openzeppelin/contracts": "^5.3.0",
"@zama-fhe/relayer-sdk": "^0.4.2",
"bigint-buffer": "^1.1.5",
"dotenv": "^16.0.3",
"encrypted-types": "^0.0.4"
}
}