-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.69 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": "Define",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"coverage": "hardhat coverage",
"build": "hardhat compile",
"test": "hardhat test",
"deploy-rinkeby": "npx hardhat run --network rinkeby scripts/deploy.ts",
"deploy-mainnet": "npx hardhat run --network mainnet scripts/deploy.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@openzeppelin/contracts": "^4.2.0",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"hardhat": "^2.4.3"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.1",
"@nomiclabs/hardhat-solhint": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/test-helpers": "^0.5.12",
"@typechain/ethers-v5": "^4.0.0",
"@typechain/hardhat": "^2.2.0",
"@types/chai": "^4.2.6",
"@types/fs-extra": "^9.0.12",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"decimal.js": "^10.2.1",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.0.2",
"ethers": "^5.0.8",
"fs-extra": "^7.0.1",
"hardhat": "^2.2.0",
"hardhat-deploy": "^0.7.10",
"hardhat-deploy-ethers": "^0.3.0-beta.8",
"hardhat-gas-reporter": "^1.0.4",
"hardhat-typechain": "^0.3.5",
"mocha": "^6.2.2",
"mocha-chai-jest-snapshot": "^1.1.0",
"openzeppelin-test-helpers": "^0.5.1",
"prettier": "^2.0.5",
"prettier-plugin-solidity": "^1.0.0-alpha.59",
"solhint": "^3.2.1",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.7.16",
"ts-generator": "^0.1.1",
"ts-node": "^8.5.4",
"typechain": "^4.0.3",
"typescript": "^3.7.3"
}
}