35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"name": "becrypto",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "npx truffle test",
|
|
"build": "truffle compile",
|
|
"prettier": "prettier --write 'contracts/**/*.sol'",
|
|
"lint": "prettier --list-different 'contracts/**/*.sol'",
|
|
"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",
|
|
"update:nft_sample": "npx truffle exec --network lan20 ./init_scripts/update_nft_setting.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@openzeppelin/test-helpers": "^0.5.15",
|
|
"@truffle/hdwallet-provider": "^2.0.0",
|
|
"chai": "^4.3.4",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-solidity": "^1.0.0-beta.24",
|
|
"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"
|
|
}
|
|
}
|