-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
40 lines (40 loc) · 1.08 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
{
"name": "@crypto-corgis/protocol",
"version": "1.0.0",
"main": "dist/index.js",
"author": "fragosti <francesco@fragosti.com>",
"license": "AGPL-3.0",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^2.1.1",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@typechain/ethers-v5": "^6.0.2",
"@typechain/hardhat": "^1.0.1",
"@types/chai": "^4.2.15",
"@types/lodash.range": "^3.2.6",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.32",
"chai": "^4.3.3",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.0.0",
"hardhat": "^2.1.1",
"lodash.range": "^3.2.0",
"ts-generator": "^0.1.1",
"ts-node": "^9.1.1",
"typechain": "^4.0.3",
"typescript": "^4.2.3"
},
"scripts": {
"build": "hardhat compile && tsc -b",
"tsc": "tsc",
"compile": "hardhat compile",
"test": "hardhat test",
"deploy-breeder": "hardhat deploy_breeder",
"verify": "hardhat verify"
},
"dependencies": {
"@openzeppelin/contracts": "^3.4.1",
"web3-utils": "^1.3.4"
}
}