bsc_util
Version:
Utilities for tokens and token pairs on Binance Smart Chain network
43 lines (42 loc) • 1.05 kB
JSON
{
"name": "bsc_util",
"version": "2.3.0",
"description": "Utilities for tokens and token pairs on Binance Smart Chain network",
"main": "lib/index.js",
"scripts": {
"test": "mocha --recursive --exit",
"standardize": "trop_standard lib/ test/",
"doc": "jsdoc --destination docs --configure doc/jsdoc.json lib doc/jsdoc_home.md",
"doc-server": "http-server docs",
"doc-clean": "rm -rf docs"
},
"author": "Kevin Leptons",
"license": "MIT",
"devDependencies": {
"@trop/standard": "^0.8.0",
"docdash": "^1.2.0",
"http-server": "^14.0.0",
"jsdoc": "^3.6.7",
"mocha": "^9.0.1"
},
"dependencies": {
"ethers": "^5.4.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevin-leptons/bsc_util.git"
},
"keywords": [
"Binance",
"Smart",
"Chain",
"utility"
],
"bugs": {
"url": "https://github.com/kevin-leptons/bsc_util/issues"
},
"homepage": "https://github.com/kevin-leptons/bsc_util#readme"
}