eos-token-info
Version:
All EOS tokens information.
37 lines (36 loc) • 780 B
JSON
{
"name": "eos-token-info",
"version": "0.1.1",
"description": "All EOS tokens information.",
"main": "index.js",
"types": "index.d.ts",
"source": "index.js",
"bin": "cli.js",
"files": [
"index.js",
"index.d.ts",
"cli.js",
"tokens.json"
],
"scripts": {
"start": "node ./cli.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soulmachine/eos-token-info.git"
},
"keywords": [
"EOS",
"blockchain"
],
"author": "soulmachine",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/soulmachine/eos-token-info/issues"
},
"homepage": "https://github.com/soulmachine/eos-token-info"
}