UNPKG

eos-utils

Version:

Powerful util library based on eosjs.

59 lines (58 loc) 1.65 kB
{ "name": "eos-utils", "version": "0.1.8", "description": "Powerful util library based on eosjs.", "main": "dist/index.js", "types": "dist/index.d.ts", "source": "src/index.ts", "bin": "dist/cli.js", "scripts": { "build": "tsc -p tsconfig.json", "start": "node ./dist/cli.js", "lint": "eslint . --ext '.js,.jsx,.ts,.tsx,.md'", "prettier": "prettier -c --write '**/*'", "prepublish": "npm run build && npm run lint && npm run prettier", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/soulmachine/eos-utils.git" }, "keywords": [ "EOS", "eosio", "blockchain" ], "engines": { "node": ">=10" }, "author": "soulmachine", "license": "Apache-2.0", "bugs": { "url": "https://github.com/soulmachine/eos-utils/issues" }, "homepage": "https://github.com/soulmachine/eos-utils#readme", "devDependencies": { "@types/node": "^13.7.0", "@types/node-fetch": "^2.5.4", "@types/text-encoding": "0.0.35", "@typescript-eslint/eslint-plugin": "^2.19.0", "@typescript-eslint/parser": "^2.19.0", "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-config-prettier": "^6.10.0", "eslint-plugin-import": "^2.20.1", "eslint-plugin-jest": "^23.6.0", "eslint-plugin-markdown": "^1.0.1", "eslint-plugin-prettier": "^3.1.2", "prettier": "^1.19.1", "typescript": "^3.7.5" }, "dependencies": { "bignumber.js": "^9.0.0", "eos-token-info": "0.1.1", "eosjs": "^20.0.3", "eosjs-ecc": "^4.0.7", "node-fetch": "^2.6.0" } }