bsctest-token-list
Version:
The token list on BSC Testnet
40 lines (39 loc) • 883 B
JSON
{
"name": "bsctest-token-list",
"version": "1.1.0",
"description": "The token list on BSC Testnet",
"main": "build/tokenlist.json",
"scripts": {
"test": "mocha",
"app": "node src/app.js",
"build": "rimraf build && mkdir -p build && node src/write.js > build/tokenlist.json",
"prepublishOnly": "npm test && npm run build"
},
"files": [
"build/tokenlist.json"
],
"keywords": [
"token",
"list",
"bsc",
"testnet",
"binance",
"thinhpn"
],
"license": "GPL-3.0-or-later",
"devDependencies": {
"@ethersproject/address": "^5.0.2",
"@uniswap/token-lists": "^1.0.0-beta.8",
"ajv": "^6.12.3",
"chai": "^4.2.0",
"mocha": "^8.0.1",
"rimraf": "^3.0.2"
},
"dependencies": {
"axios": "^1.2.0",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"fs": "^0.0.1-security",
"path": "^0.12.7"
}
}