dione/eth-contracts/package.json
2020-12-02 17:03:39 +03:00

28 lines
665 B
JSON

{
"name": "dione-smart-contracts",
"version": "0.0.1",
"description": "Smart contracts for Dione network",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "truffle compile",
"fix-lint": "solium -d contracts/ --fix"
},
"author": "",
"license": "MIT",
"dependencies": {
"@truffle/hdwallet-provider": "^1.0.40",
"dotenv": "^8.2.0",
"ethlint": "^1.2.5",
"truffle": "^5.1.37",
"truffle-export-abi": "^1.0.1",
"truffle-flattener": "^1.5.0"
},
"devDependencies": {
"@openzeppelin/contracts": "^3.2.0"
}
}