-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·53 lines (53 loc) · 1.44 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": "kong-contracts-legacy",
"version": "1.0.0",
"description": "Kong Legacy Contracts",
"directories": {
"contracts": "contracts",
"test": "test"
},
"scripts": {
"clean": "rm -Rf ./build",
"compile": "npx hardhat compile",
"lint": "eslint './**/*.js?(x)'",
"test": "npm run clean"
},
"author": "the printer.",
"license": "MIT",
"dependencies": {
"@openzeppelin/test-helpers": "^0.5.10",
"eth-ecies": "^1.0.2",
"ethereumjs-tx": "^2.1.2",
"ethereumjs-util": "^5.2.0",
"openzeppelin-solidity": "^2.2.0",
"randomhex": "^0.1.5",
"solc": "^0.5.8"
},
"devDependencies": {
"@codechecks/client": "^0.1.10",
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-ganache": "^2.0.0",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/test-helpers": "^0.5.10",
"bignumber.js": "^7.2.1",
"chai": "^4.3.0",
"ec-pem": "^0.18.0",
"eslint": "^4.19.1",
"ethereum-waffle": "^3.3.0",
"ethereumjs-util": "^5.2.0",
"ethers": "^5.0.31",
"ethjs-util": "^0.1.6",
"hardhat": "^2.0.11",
"hardhat-gas-reporter": "^1.0.4",
"web3": "^1.3.4",
"web3-core-helpers": "^1.3.4",
"web3-core-promievent": "^1.3.4",
"web3-eth-abi": "^1.3.4",
"web3-utils": "^1.3",
"webpack": "^5.24.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
}
}