forked from ethersphere/swap-swear-and-swindle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 997 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
37
38
{
"name": "sw3",
"version": "0.2.0",
"description": "",
"main": "truffle.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/ethersphere/swap-swear-and-swindle.git"
},
"dependencies": {
"@openzeppelin/contracts": "^3.4.1-solc-0.7-2"
},
"devDependencies": {
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/test-helpers": "^0.5.6",
"bn-chai": "^1.0.1",
"chai": "^4.2.0",
"ethereumjs-abi": "^0.6.8",
"hardhat": "^2.1.1",
"solhint": "^3.2.0",
"solidity-coverage": "^0.7.16",
"web3": "^1.3.4"
},
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"abigen": "./abigen/gen.sh ERC20SimpleSwap SimpleSwapFactory Migrations",
"lint": "solhint contracts/ERC20SimpleSwap.sol contracts/SimpleSwapFactory.sol",
"coverage": "hardhat coverage"
},
"keywords": [],
"author": "",
"license": "ISC"
}