-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.3 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
{
"name": "Yield-farming",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"ganache": "ganache-cli --port 8544 --gasPrice 1000000000 -a 50 --gasLimit 9992148 --networkId 999 -e 100000"
"generate-abi": "npx truffle-abi -o ./abi"
},
"author": "Charles Okaformbah",
"license": "ISC",
"devDependencies": {
"bignumber.js": "^9.0.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^3.0.0",
"chai-bn": "^0.1.1",
"chai-shallow-deep-equal": "^1.4.6",
"dotenv": "^8.0.0",
"edit-json-file": "^1.4.0",
"eth-gas-reporter": "0.2.17",
"ganache-cli": "^6.1.3",
"light-server": "^2.8.0",
"solc": "^0.5.17",
"solhint": "^1.1.10",
"solidity-coverage": "^0.4.15",
"truffle": "5.1.46",
"truffle-abi": "^1.0.3",
"truffle-hdwallet-provider": "^1.0.16",
"web3": "^1.0.0-beta.51",
"webpack": "^4.0.0"
},
"dependencies": {
"@openzeppelin/cli": "^2.8.2",
"@openzeppelin/contracts-ethereum-package": "2.5.0",
"@openzeppelin/upgrades": "^2.8.0",
"dotenv": "^8.2.0",
"ganache-cli": "^6.1.3",
"truffle-hdwallet-provider": "^1.0.13",
"web3": "^1.0.0-beta.55",
"eth-gas-reporter": "0.2.17",
"truffle-contract-size": "^2.0.0"
}
}