-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
57 lines (57 loc) · 1.78 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@openfort/openfort-contracts",
"version": "0.5.1",
"description": "Official Contracts of the Openfort Project",
"license": "GPL-3.0",
"scripts": {
"build": "npm run clean-all && npm run compile",
"clean-all": "npx hardhat clean && forge clean && rm -rf cache/ broadcast/",
"compile": "npx hardhat compile",
"test": "source .env && forge test"
},
"devDependencies": {
"@nomicfoundation/hardhat-foundry": "^1.0.1",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@typechain/ethers-v5": "^10.2.0",
"@typechain/hardhat": "^6.1.5",
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.16.2",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"chai": "^4.3.7",
"eslint": "^8.39.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"hardhat": "^2.14.0",
"solhint": "3.6.2",
"ts-node": "^10.9.1",
"typechain": "^8.1.1",
"typescript": "^5.0.4"
},
"dependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@openzeppelin/contracts": "^4.9.0",
"@openzeppelin/contracts-upgradeable": "^4.9.0",
"dotenv": "^16.0.3",
"hardhat-gas-reporter": "^1.0.9",
"solidity-coverage": "^0.8.2"
},
"repository": {
"type": "git",
"url": "https://github.com/openfort-xyz/openfort-contracts.git"
},
"author": "Eloi Manuel <[email protected]> (https://www.openfort.xyz/)",
"keywords": [
"solidity",
"aa",
"web3",
"evm-blockchain",
"erc-4337"
]
}