-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.18 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.18 KB
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
{
"name": "hal9k",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"compile": "npx hardhat compile",
"build": "sh build.sh",
"deploy:token": "node deployToken.js",
"deploy:proxy": "node deployProxy.js",
"verify": "sh verify.sh",
"test": "npx hardhat test"
},
"dependencies": {
"@openzeppelin/cli": "^2.8.2",
"@openzeppelin/contracts": "^3.1.0",
"@openzeppelin/contracts-ethereum-package": "^3.0.0",
"@openzeppelin/test-helpers": "^0.5.6",
"@openzeppelin/truffle-upgrades": "^1.0.2",
"@openzeppelin/upgrades": "^2.8.0",
"@uniswap/lib": "^1.1.4",
"@uniswap/v2-core": "^1.0.1",
"dotenv": "^8.2.0",
"truffle": "^5.1.48",
"truffle-flattener": "^1.4.4",
"truffle-hdwallet-provider": "^1.0.17"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^2.0.1",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"ethereum-waffle": "^3.2.0",
"ethers": "^5.0.19",
"hardhat": "^2.0.3",
"web3": "^1.3.0"
}
}