UNPKG

@gnosis.pm/hg-market-makers

Version:
51 lines (50 loc) 1.55 kB
{ "name": "@gnosis.pm/hg-market-makers", "version": "0.4.0", "description": "Collection of Market Makers for Gnosis Mercury", "scripts": { "lint": "eslint .", "develop": "truffle develop", "compile": "truffle compile", "migrate": "truffle migrate", "networks": "truffle networks", "test": "truffle test", "injectnetinfo": "tnt iN", "extractnetinfo": "tnt eN", "resetnetinfo": "truffle networks --clean && tnt iN", "measuregasstats": "tnt measureGas -f inheritanceMap.json -o build/gas-stats.json --test-command 'npm test'", "prepublishOnly": "eslint . && truffle compile && truffle networks --clean && tnt iN" }, "keywords": [ "Ethereum", "Gnosis", "Prediction-Market", "Solidity", "Truffle" ], "author": "Gnosis (https://gnosis.pm)", "license": "LGPL-3.0", "dependencies": { "@gnosis.pm/hg-contracts": "^0.4.0", "@gnosis.pm/util-contracts": "^3.0.0-alpha.3", "canonical-weth": "^1.3.1", "openzeppelin-solidity": "^2.3.0" }, "devDependencies": { "@gnosis.pm/truffle-nice-tools": "^1.1.3", "babel-eslint": "^10.0.1", "decimal.js": "^10.2.0", "eslint": "^5.16.0", "eslint-plugin-babel": "^5.1.0", "lodash": "^4.17.4", "truffle": "^5.0.21" }, "repository": { "type": "git", "url": "git+https://github.com/gnosis/hg-automated-market-makers" }, "bugs": { "url": "https://github.com/gnosis/hg-automated-market-makers/issues" }, "homepage": "https://github.com/gnosis/hg-automated-market-makers#readme" }