-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
executable file
·63 lines (63 loc) · 1.82 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
59
60
61
62
63
{
"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": {
"@ethereum-waffle/chai": "^4.0.10",
"@ethersproject/wallet": "^5.0.7",
"@fairdatasociety/bmt-js": "^2.1.0",
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@nomiclabs/hardhat-etherscan": "^3.1.3",
"@openzeppelin/contracts": "4.8.2",
"@tenderly/hardhat-tenderly": "^1.7.7",
"@types/chai": "^4.2.14",
"@types/mocha": "^10.0.1",
"@types/node": "^18.14.6",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"axios": "^1.6.1",
"chai": "^4.2.0",
"chai-ethers": "^0.0.1",
"cross-env": "^7.0.2",
"dotenv": "^16.0.3",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"ethereum-waffle": "^4.0.10",
"ethereumjs-abi": "^0.6.8",
"ethers": "^5.7.0",
"ganache-cli": "^6.12.2",
"hardhat": "^2.11.2",
"hardhat-deploy": "^0.11.25",
"hardhat-deploy-ethers": "^0.3.0-beta.5",
"hardhat-gas-reporter": "^1.0.9",
"hardhat-tracer": "^2.1.2",
"mocha": "^10.2.0",
"prettier": "^2.1.2",
"prettier-plugin-solidity": "^1.0.0-alpha.59",
"solidity-coverage": "^0.8.2",
"ts-node": "^10.8.1",
"typescript": "^4.0.5"
},
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"abigen": "./abigen/gen.sh ERC20SimpleSwap SimpleSwapFactory",
"lint": "solhint contracts/ERC20SimpleSwap.sol contracts/SimpleSwapFactory.sol",
"coverage": "hardhat coverage"
},
"keywords": [],
"author": "",
"license": "ISC"
}