-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.16 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
{
"name": "@kei.fi/presale-contract",
"version": "1.0.0-beta.7",
"main": "index.js",
"scripts": {
"postinstall": "TS_NODE_TRANSPILE_ONLY=1 hardhat compile",
"build": "hardhat compile",
"package": "hardhat package"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@nomicfoundation/hardhat-foundry": "^1.0.3",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^1.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@typechain/ethers-v6": "^0.4.0",
"@typechain/hardhat": "^8.0.0",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.3.1",
"chai": "^4.2.0",
"dotenv": "^16.3.1",
"ethers": "^5.7.2",
"hardhat": "^2.16.0",
"hardhat-gas-reporter": "^1.0.8",
"hardhat-package": "^1.0.0-beta.16",
"solidity-coverage": "^0.8.1",
"ts-node": "^10.9.1",
"typechain": "^8.3.1",
"typescript": "^5.1.3"
},
"dependencies": {
"@openzeppelin/contracts": "^4.9.2",
"@openzeppelin/upgrades-core": "^1.27.3"
}
}