-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
36 lines (36 loc) · 904 Bytes
/
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
{
"name": "sw3_with_ERC20",
"version": "0.1.1",
"description": "",
"main": "truffle.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/ethersphere/swap-swear-and-swindle.git"
},
"dependencies": {
"openzeppelin-solidity": "2.3.0"
},
"devDependencies": {
"bn-chai": "^1.0.1",
"chai": "^4.2.0",
"ethereumjs-abi": "^0.6.7",
"ethlint": "^1.2.4",
"openzeppelin-test-helpers": "^0.4.3",
"solhint": "^2.1.2",
"solidity-coverage": "^0.6.0-beta.5",
"truffle": "^5.0.24"
},
"scripts": {
"test": "truffle test",
"abigen": "./abigen/gen.sh SimpleSwap SimpleSwapFactory",
"solhint": "solhint contracts/SimpleSwap.sol contracts/SimpleSwapFactory.sol",
"ethlint": "solium -d contracts",
"coverage": "solidity-coverage"
},
"keywords": [],
"author": "",
"license": "ISC"
}