30 lines
1014 B
JSON
30 lines
1014 B
JSON
{
|
|
"name": "becrypto",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "npx truffle test",
|
|
"build": "truffle compile",
|
|
"deploy:dev": "truffle migrate --network development",
|
|
"deploy:20": "truffle migrate --network lan20 --compile-none",
|
|
"deploy:22": "truffle migrate --network lan22 --compile-none",
|
|
"deploy:bsctest": "truffle migrate --network bsc_testnet --compile-none",
|
|
"deploy:kcctest": "truffle migrate --network kcc_testnet --compile-none",
|
|
"deploy:polygon_testnet": "truffle migrate --network polygon_testnet --compile-none"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@openzeppelin/test-helpers": "^0.5.15",
|
|
"@truffle/hdwallet-provider": "^2.0.0",
|
|
"chai": "^4.3.4",
|
|
"truffle": "^5.4.23",
|
|
"truffle-plugin-stdjsonin": "git+https://github.com/mhrsalehi/truffle-plugin-stdjsonin.git",
|
|
"truffle-plugin-verify": "^0.5.25"
|
|
},
|
|
"dependencies": {
|
|
"@openzeppelin/contracts": "^4.5.0"
|
|
}
|
|
}
|