-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·26 lines (26 loc) · 937 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
{
"name": "NFT-Yield-Farming",
"version": "1.0.0",
"description": "",
"directories": {
"test": "test"
},
"scripts": {
"test:nft-yield-farming_bsc-testnet": "truffle test ./test/test-bsc/NFTYieldFarmingOnBSC.test.js --network bsc_testnet",
"script:nft-yield-farming_bsc-testnet": "truffle exec ./scripts/script-bsc/NFTYieldFarmingOnBSC.script.js --network bsc_testnet",
"compile:bsc-testnet": "truffle compile --reset --network bsc_testnet",
"migrate:bsc-testnet": "truffle migrate --reset --network bsc_testnet",
"start-blank": "rm -rf client/src && cp -rf barebones/src client/"
},
"author": "supercoolx",
"license": "MIT",
"dependencies": {
"@openzeppelin/contracts": "^3.2.0",
"@openzeppelin/test-helpers": "^0.5.10",
"@truffle/hdwallet-provider": "^1.2.2",
"dotenv": "^8.2.0",
"eth-block-tracker": "^4.4.3",
"ethereumjs-tx": "^2.1.2"
},
"devDependencies": {}
}