-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "@akena/rambo-contracts",
"version": "0.1.0-ropsten",
"license": "MIT",
"files": [
"build/contracts/",
"deployments/",
"contracts/",
"deploy/",
"export.json"
],
"scripts": {
"clean": "hardhat clean",
"build": "hardhat compile",
"deploy": "hardhat deploy --export export.json",
"test": "hardhat test"
},
"dependencies": {
"@openzeppelin/contracts": "^4.6.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.0",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.41",
"chai": "^4.3.6",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.0.0",
"hardhat": "^2.9.9",
"hardhat-deploy": "^0.11.10",
"ts-node": "^10.8.1",
"typechain": "^8.1.0",
"typescript": "^4.7.3"
}
}