UNPKG

@gnosis.pm/conditional-tokens-market-makers

Version:
59 lines (58 loc) 1.92 kB
{ "name": "@gnosis.pm/conditional-tokens-market-makers", "version": "1.8.1", "description": "Collection of Market Makers for Gnosis Conditional Tokens", "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 && tnt cleanBuild" }, "keywords": [ "Ethereum", "Gnosis", "Prediction-Market", "Solidity", "Truffle" ], "author": "Gnosis (https://gnosis.io)", "license": "LGPL-3.0", "dependencies": { "@gnosis.pm/conditional-tokens-contracts": "^1.0.1", "@gnosis.pm/util-contracts": "^3.0.0-alpha.3", "@truffle/hdwallet-provider": "^1.0.18", "canonical-weth": "^1.3.1", "openzeppelin-solidity": "^2.3.0", "truffle-flattener": "^1.4.2" }, "devDependencies": { "@codechecks/client": "^0.1.9", "@gnosis.pm/truffle-nice-tools": "^1.1.3", "babel-eslint": "^10.0.3", "chai": "^4.2.0", "decimal.js": "^10.2.0", "eslint": "^5.16.0", "eslint-plugin-babel": "^5.1.0", "eth-gas-reporter": "^0.2.11", "lodash": "^4.17.15", "mocha-steps": "^1.3.0", "openzeppelin-test-helpers": "^0.4.3", "truffle": "^5.0.36", "truffle-hdwallet-provider": "^1.0.17" }, "repository": { "type": "git", "url": "git+https://github.com/gnosis/conditional-tokens-market-makers" }, "bugs": { "url": "https://github.com/gnosis/conditional-tokens-market-makers/issues" }, "homepage": "https://github.com/gnosis/conditional-tokens-market-makers#readme" }