17 lines
450 B
JSON
17 lines
450 B
JSON
{
|
|
"name": "jsutils",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "jsUtils for bsc",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"startMainnet": "node getvalidatorversion.js --Rpc https://bsc-dataseed.bnbchain.org --Num 21",
|
|
"startTestnet": "node getvalidatorversion.js --Rpc https://bsc-testnet-dataseed.bnbchain.org --Num 7"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^3.0.1",
|
|
"ethers": "^6.2.3"
|
|
},
|
|
"author": "BNB Chain"
|
|
}
|