@gnosis.pm/hg-contracts
Version:
Collection of smart contracts for the Gnosis prediction market platform
56 lines (55 loc) • 1.66 kB
JSON
{
"name": "@gnosis.pm/hg-contracts",
"version": "0.4.0",
"description": "Collection of smart contracts for the Gnosis prediction market platform",
"scripts": {
"setup-githooks": "git config core.hooksPath .githooks",
"lint": "eslint .",
"develop": "truffle develop",
"compile": "truffle compile",
"migrate": "truffle migrate",
"networks": "truffle networks",
"test": "truffle test",
"lint-contracts": "solium -d contracts/",
"injectnetinfo": "tnt iN",
"extractnetinfo": "tnt eN",
"resetnetinfo": "truffle networks --clean && tnt iN",
"prepack": "eslint . && npm run lint-contracts && truffle compile && truffle networks --clean && tnt iN"
},
"keywords": [
"Ethereum",
"Gnosis",
"Prediction-Market",
"Solidity",
"Truffle"
],
"author": "Gnosis (https://gnosis.pm)",
"license": "LGPL-3.0",
"dependencies": {
"openzeppelin-solidity": "^2.3.0"
},
"devDependencies": {
"@gnosis.pm/safe-contracts": "^1.0.0",
"@gnosis.pm/truffle-nice-tools": "^1.1.3",
"chai": "^4.2.0",
"eslint": "^5.9.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.0",
"eth-sig-util": "^2.2.0",
"ethlint": "^1.2.4",
"lodash": "^4.17.4",
"npm-prepublish": "^1.2.3",
"openzeppelin-test-helpers": "^0.4.0",
"prettier": "1.18.2",
"truffle": "^5.0.5",
"web3": "^1.0.0-beta.35"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gnosis/hg-contracts.git"
},
"bugs": {
"url": "https://github.com/gnosis/hg-contracts/issues"
},
"homepage": "https://github.com/gnosis/hg-contracts#readme"
}