eos-tokens
Version:
The ultimate collection of all EOS tokens (PR welcome!).
32 lines (31 loc) • 854 B
JSON
{
"name": "eos-tokens",
"version": "1.1.86",
"description": "The ultimate collection of all EOS tokens (PR welcome!).",
"main": "tokens.json",
"types": "tokens.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node ./scripts/build.js",
"format": "node ./scripts/format.js",
"prepublish": "npm version patch && npm run format && npm run build && git commit -a --amend --no-edit && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlockABC/eos-tokens.git"
},
"keywords": [
"EOS",
"tokens",
"EOSPark"
],
"author": "Jeff Jing",
"license": "MIT",
"bugs": {
"url": "https://github.com/BlockABC/eos-tokens/issues"
},
"homepage": "https://github.com/BlockABC/eos-tokens#readme",
"devDependencies": {
"glob": "^7.1.3"
}
}