26 lines
594 B
JSON
26 lines
594 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"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@truffle/hdwallet-provider": "^1.0.40",
|
|
"dotenv": "^8.2.0",
|
|
"truffle": "^5.1.37",
|
|
"truffle-export-abi": "^1.0.1",
|
|
"truffle-flattener": "^1.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@openzeppelin/contracts": "^3.2.0"
|
|
}
|
|
}
|