-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 920 Bytes
/
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
{
"name": "kns-contracts",
"version": "1.0.0",
"private": true,
"devDependencies": {
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^4.0.0",
"@openzeppelin/contracts-upgradeable": "^4.4.0",
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.6",
"chai": "^4.3.4",
"chai-ethers": "^0.0.1",
"eth-ens-namehash": "^2.0.8",
"ethers": "https://github.com/kokoa-finance/klaytn_ethers.git",
"hardhat": "^2.6.4",
"hardhat-abi-exporter": "^2.3.0",
"hardhat-deploy": "https://github.com/kokoa-finance/hardhat-deploy.git",
"hardhat-deploy-ethers": "https://github.com/kokoa-finance/hardhat-deploy-ethers.git",
"solhint": "^3.3.6",
"ts-node": "^10.2.1",
"typescript": "^4.4.3",
"web3": "^1.0.0-beta.36"
}
}