{ "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" }, "author": "", "license": "MIT", "dependencies": { "@truffle/hdwallet-provider": "^1.0.40", "dotenv": "^8.2.0", "truffle": "^5.1.37" }, "devDependencies": { "@openzeppelin/contracts": "^3.2.0" } }