UNPKG

abtnode

Version:

Command line tools to manage ABT Node

46 lines (45 loc) 1.11 kB
{ "name": "abtnode", "version": "0.1.1", "description": "Command line tools to manage ABT Node", "homepage": "https://github.com/ArcBlock/abt-node#readme", "main": "bin/abtnode.js", "bin": { "abtnode": "bin/abtnode.js" }, "scripts": {}, "files": [ "lib/*.js", "!lib/*.spec.js", "bin/*.js" ], "author": { "name": "wangshijun", "email": "shijun@arcblock.io", "url": "https://github.com/wangshijun" }, "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/ArcBlock/abt-node" }, "bugs": { "url": "https://github.com/ArcBlock/abt-node/issues" }, "dependencies": { "@babel/core": "^7.9.0", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-object-rest-spread": "^7.9.5", "@babel/plugin-transform-object-assign": "^7.8.3", "@babel/preset-env": "^7.9.5", "babel-loader": "^8.1.0", "commander": "^2.17.1", "debug": "^4.1.1", "webpack": "^4.42.1", "webpack-merge": "^4.2.2" }, "devDependencies": {}, "engines": { "node": ">=10.0.0" } }