forked from PancakeBunny-finance/Bunny
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.63 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": "bunny-v2",
"version": "1.0.0",
"private": true,
"license": "UNLICENSED",
"scripts": {
"compile": "npx oz compile",
"test": "mocha --exit --recursive"
},
"files": [
"dist"
],
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-etherscan": "^2.1.0",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/cli": "^2.8.2",
"@openzeppelin/contract-loader": "^0.6.1",
"@openzeppelin/contracts": "^3.3.0",
"@openzeppelin/contracts-upgradeable": "^3.3.0",
"@openzeppelin/hardhat-upgrades": "^1.4.3",
"@openzeppelin/test-environment": "^0.1.4",
"@openzeppelin/test-helpers": "^0.5.6",
"@pancakeswap/pancake-swap-lib": "^0.0.1",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.14",
"bn-chai": "^1.0.1",
"bn.js": "^5.1.3",
"chai": "^4.2.0",
"chalk": "^4.1.0",
"command-line-args": "^5.1.1",
"ethereum-waffle": "^3.2.1",
"ethers": "^5.0.24",
"ganache-core": "^2.13.0",
"hardhat": "^2.0.6",
"log-timestamp": "^0.3.0",
"mocha": "^8.1.3",
"sleep": "^6.3.0",
"source-map-support": "^0.5.19",
"synthetix": "^2.26.2",
"ts-node": "^8.10.2",
"typescript": "^4.1.3",
"web3": "^1.3.1",
"web3-utils": "^1.2.11"
},
"dependencies": {
"@chainlink/contracts": "^0.1.7",
"@truffle/hdwallet-provider": "^1.0.40",
"bignumber.js": "^9.0.1",
"btoa": "^1.2.1",
"cron": "^1.8.2",
"moment": "^2.28.0",
"request-promise": "^4.2.6",
"web3": "^1.3.0"
}
}