forked from dhedge/dhedge-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 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
{
"name": "dhedge-contracts",
"version": "1.0.0",
"description": "dHEDGE smart contracts",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"lint:sol": "solhint --max-warnings 0 \"contracts/**/*.sol\"",
"prettier:sol": "prettier --write \"contracts/**/*.sol\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@openzeppelin/contracts-ethereum-package": "^3.0.0",
"@openzeppelin/truffle-upgrades": "^1.1.0",
"@poanet/solidity-flattener": "^3.0.2",
"@truffle/hdwallet-provider": "^1.0.42",
"bignumber.js": "^9.0.0",
"bn.js": "^5.1.3",
"dotenv": "^8.2.0",
"ganache": "^6.4.4",
"ganache-cli": "^6.9.1",
"ganache-core": "^2.10.2",
"openzeppelin-solidity": "^2.5.0",
"truffle": "^5.1.49",
"truffle-plugin-verify": "^0.4.0"
},
"devDependencies": {
"eth-gas-reporter": "^0.2.17",
"prettier": "^2.0.5",
"prettier-plugin-solidity": "^1.0.0-alpha.54",
"solhint": "^3.1.0",
"solhint-plugin-prettier": "0.0.4"
}
}