-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.71 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": "kirobo",
"version": "1.0.0",
"description": "",
"main": "deploy.js",
"directories": {
"test": "test"
},
"scripts": {
"version": "hardhat version",
"compile": "hardhat compile --all",
"coverage": "hardhat coverage --network localhost --testfiles 'test/*'",
"coverage:fct": "hardhat coverage --network localhost --testfiles 'test/FCT_*'",
"test": "hardhat test test/*.js",
"test:fct": "hardhat test test/FCT_*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kiroboki/ki-dao.git"
},
"author": "",
"dependencies": {
"@metamask/eth-sig-util": "^5.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "4.8.1",
"chalk": "^2.4.2",
"ethers-eip712": "^0.2.0",
"figlet": "^1.5.2",
"ganache": "^7.0.5",
"inquirer": "^8.2.0",
"mocha": "^10.0.0",
"node": "^16.13.0",
"npm": "^8.9.0",
"query-string": "^8.1.0",
"shelljs": "^0.8.4",
"solidity-string-utils": "^0.0.8-0",
"uniswap-v2-periphery": "^1.1.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@nomiclabs/hardhat-truffle5": "^2.0.6",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@types/ganache-core": "^2.7.0",
"bignumber": "1.1.0",
"cors": "^2.8.5",
"eth-gas-reporter": "^0.2.1",
"ethers": "^5.6.8",
"express": "^4.17.1",
"ganache-cli": "6.12.2",
"ganache-core": "^2.2.1",
"hardhat": "^2.9.9",
"mocha-logger": "1.0.7",
"sha3": "2.1.4",
"socket.io": "^4.0.1",
"socket.io-client": "^4.0.1",
"solc": "0.8.2",
"solidity-coverage": "^0.8.2"
},
"bin": {
"creator": "./simulations/index.js"
}
}