-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.4 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
{
"name": "StandardBounties",
"description": "Bounties on any task, paid in any token on Ethereum",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"compile": "truffle compile",
"test": "truffle test",
"cvg": "./node_modules/.bin/solidity-coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConsenSys/StandardBounties.git"
},
"keywords": [
"ethereum"
],
"authors": [
"Mark Beylin <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ConsenSys/StandardBounties/issues"
},
"homepage": "https://github.com/ConsenSys/StandardBounties#readme",
"dependencies": {
"@codechecks/client": "^0.1.10",
"@truffle/hdwallet-provider": "^1.2.1",
"bignumber.js": "^7.2.1",
"eslint": "^4.0.0",
"ethers": "^4.0.7",
"ethjs-provider-http": "^0.1.6",
"ethjs-rpc": "^0.2.0",
"formidable": "^1.2.2",
"solc": "^0.5.16",
"truffle": "^5.1.61",
"typescript": "^4.1.3"
},
"devDependencies": {
"@openzeppelin/truffle-upgrades": "^1.5.0",
"cryptiles": ">=4.1.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "5.1.0",
"eslint-plugin-react": "7.1.0",
"eslint-plugin-standard": "3.0.1",
"eth-gas-reporter": "^0.2.20",
"solidity-coverage": "^0.7.13",
"sshpk": ">=1.13.2",
"truffle-hdwallet-provider": "0.0.3"
}
}