poamania-contracts/package.json

38 lines
1.0 KiB
JSON

{
"name": "poa-mania",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "bash scripts/test.sh",
"coverage": "SOLIDITY_COVERAGE=true bash scripts/test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poanetwork/poa-mania.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/poanetwork/poa-mania/issues"
},
"homepage": "https://github.com/poanetwork/poa-mania#readme",
"dependencies": {
"@kleros/kleros": "poanetwork/kleros#4fcc5dff554a3372814b4b8b3784c9b4f4dc0dbe",
"@openzeppelin/cli": "^2.7.1",
"@openzeppelin/contracts": "^2.5.0",
"@openzeppelin/contracts-ethereum-package": "^2.4.0",
"dotenv": "^8.2.0",
"truffle-hdwallet-provider": "^1.0.17"
},
"devDependencies": {
"@openzeppelin/test-environment": "^0.1.3",
"@openzeppelin/test-helpers": "^0.5.5",
"chai": "^4.2.0",
"ganache-cli": "^6.9.1",
"mocha": "^7.1.1",
"solidity-coverage": "^0.7.4",
"truffle": "^5.1.23"
}
}