-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 918 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
28
29
30
31
32
33
{
"name": "@emptysetsquad/dollar",
"version": "0.0.0",
"private": true,
"description": "",
"files": [],
"scripts": {
"build": "npm run compile",
"compile": "truffle compile",
"test": "mocha --timeout 10000 --exit --recursive test",
"deploy": "truffle migrate --network mainnet",
"verify": "truffle run verify Implementation --network mainnet"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@openzeppelin/contracts": "^2.5.1",
"@openzeppelin/upgrades": "^2.8.0",
"@uniswap/lib": "^1.1.2",
"@uniswap/v2-core": "^1.0.1"
},
"devDependencies": {
"@openzeppelin/test-environment": "^0.1.4",
"@openzeppelin/test-helpers": "^0.5.4",
"chai": "^4.2.0",
"dotenv": "^8.2.0",
"eth-sig-util": "^2.5.3",
"husky": "^4.2.5",
"mocha": "^7.0.0",
"truffle-privatekey-provider": "^1.3.0",
"truffle-plugin-verify": "^0.4.0"
}
}