-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.62 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
{
"name": "ki-eth-token",
"version": "1.0.0",
"description": "Kirobo's Token, Pool, and Multisig Wallet",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle compile --all; truffle test --network ganache",
"htest": "hardhat test --network ganache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kiroboio/ki-eth-token.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kiroboio/ki-eth-token/issues"
},
"homepage": "https://github.com/kiroboio/ki-eth-token#readme",
"devDependencies": {
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@truffle/hdwallet-provider": "1.5.0",
"eth-gas-reporter": "0.2.18",
"ethereum-waffle": "^3.4.4",
"ganache-cli": "6.12.2",
"ganache-core": "2.13.2",
"hardhat": "^2.9.9",
"husky": "4.3.0",
"mocha-logger": "1.0.6",
"solc": "0.6.12",
"truffle": "5.2.5",
"webpack": "5.49.0"
},
"dependencies": {
"@ledgerhq/hw-app-eth": "5.23.0",
"@ledgerhq/hw-transport-node-hid": "5.23.0",
"@maticnetwork/maticjs": "2.0.45",
"@nomiclabs/hardhat-truffle5": "^2.0.6",
"@openzeppelin/contracts": "3.1.0",
"@types/eth-sig-util": "2.1.0",
"@types/ethereumjs-util": "6.1.0",
"@types/express": "4.17.8",
"@types/open": "6.2.1",
"@uniswap/v2-core": "^1.0.1",
"axios": "0.20.0",
"big-integer": "1.6.48",
"eth-sig-util": "2.5.3",
"ethereumjs-tx": "2.1.2",
"ethereumjs-util": "7.0.5",
"ethers": "5.0.11",
"ethers-eip712": "0.2.0",
"express": "4.17.1",
"open": "7.2.1",
"web3": "1.2.9"
}
}