forked from Lossless-Cash/lossless-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.35 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
{
"name": "lossless",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": " npx hardhat test",
"coverage": "npx hardhat coverage",
"build": "npx waffle"
},
"author": "",
"license": "ISC",
"dependencies": {
"@nomiclabs/buidler": "^1.999.0",
"@nomiclabs/buidler-web3": "^1.3.4",
"@nomiclabs/hardhat-etherscan": "^2.1.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.4.2",
"@openzeppelin/contracts-upgradeable": "^4.4.2",
"@openzeppelin/hardhat-defender": "^1.6.0",
"@openzeppelin/hardhat-upgrades": "^1.13.0",
"ethereum-waffle": "^3.3.0",
"hardhat": "^2.8.2",
"hardhat-gas-reporter": "^1.0.7",
"hardhat-abi-exporter": "^2.7.2",
"solidity-coverage": "^0.7.16",
"solidity-parser-antlr": "^0.4.11"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/test-helpers": "^0.5.10",
"@openzeppelin/truffle-upgrades": "1.5.0",
"@shopify/eslint-plugin": "^40.2.1",
"chai": "^4.3.4",
"eslint": "^7.24.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.2.0",
"eslint-config-standard": "^16.0.2",
"eth-create2-calculator": "^1.1.5",
"ethers": "^5.1.4",
"keccak": "^3.0.1",
"mocha": "^8.3.2",
"web3": "^1.3.5"
}
}