-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
58 lines (58 loc) · 1.88 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"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"
}