2020-08-04 18:19:42 +00:00
|
|
|
{
|
2020-11-12 14:20:27 +00:00
|
|
|
"name": "dione-smart-contracts",
|
2020-08-04 18:19:42 +00:00
|
|
|
"version": "0.0.1",
|
2020-11-12 14:20:27 +00:00
|
|
|
"description": "Smart contracts for Dione network",
|
2020-08-04 18:19:42 +00:00
|
|
|
"main": "truffle-config.js",
|
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2020-11-14 11:25:14 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2020-12-02 14:03:39 +00:00
|
|
|
"compile": "truffle compile",
|
|
|
|
"fix-lint": "solium -d contracts/ --fix"
|
2020-08-04 18:19:42 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"@truffle/hdwallet-provider": "^1.0.40",
|
|
|
|
"dotenv": "^8.2.0",
|
2020-12-02 14:03:39 +00:00
|
|
|
"ethlint": "^1.2.5",
|
2020-11-14 11:25:14 +00:00
|
|
|
"truffle": "^5.1.37",
|
|
|
|
"truffle-export-abi": "^1.0.1",
|
|
|
|
"truffle-flattener": "^1.5.0"
|
2020-10-30 05:23:08 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@openzeppelin/contracts": "^3.2.0"
|
2020-08-04 18:19:42 +00:00
|
|
|
}
|
|
|
|
}
|