forked from pancakeswap/initial-farm-offering
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 861 Bytes
/
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
{
"name": "ifo",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"migrate": "truffle migrate --network bscTestnet",
"compile": "truffle compile --network bscTestnet",
"test": "npx builder test"
},
"dependencies": {
"@openzeppelin/contracts": "^3.2.0",
"@openzeppelin/test-helpers": "^0.5.6",
"@pancakeswap/pancake-swap-lib": "0.0.4",
"truffle": "^5.1.51",
"truffle-flattener": "^1.4.4"
},
"devDependencies": {
"@nomiclabs/buidler": "^1.4.7",
"@nomiclabs/buidler-ethers": "^2.0.0",
"@nomiclabs/buidler-truffle5": "^1.3.4",
"@nomiclabs/buidler-waffle": "^2.0.0",
"@nomiclabs/buidler-web3": "^1.3.4",
"chai": "^4.2.0",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.0.14",
"truffle-hdwallet-provider": "^1.0.17",
"truffle-plugin-verify": "^0.4.0",
"web3": "^1.3.0"
}
}