forked from tracer-protocol/tracer-dao
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 812 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
{
"name": "initial-dao",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"@openzeppelin/contracts": "^3.3.0",
"@openzeppelin/contracts-upgradeable": "^3.2.0",
"@truffle/hdwallet-provider": "^1.2.1",
"web3": "^1.3.0"
},
"devDependencies": {
"@openzeppelin/test-helpers": "^0.5.9",
"@openzeppelin/truffle-upgrades": "^1.5.0",
"@poanet/solidity-flattener": "^3.0.6",
"truffle-flattener": "^1.5.0",
"truffle-plugin-verify": "^0.5.4"
},
"scripts": {
"migrate:local": "truffle migrate --network=development" ,
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}