cybertron-utils
Version:
cybertron components manage
42 lines • 881 B
JSON
{
"name": "cybertron-utils",
"version": "0.1.1",
"description": "cybertron components manage",
"main": "bin/cbt.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cybertron"
],
"repository": {
"type": "git",
"url": "git@github.com:iamtang/cybertron.git"
},
"author": "iamtang",
"license": "ISC",
"bugs": {
"url": "https://github.com/iamtang/cybertron/issues"
},
"homepage": "https://github.com/iamtang/cybertron",
"preferGlobal": true,
"bin": {
"cbt": "bin/cbt.js"
},
"dependencies": {
"yargs": "15.3.1",
"axios": "0.19.2",
"chalk": "4.0.0",
"boxen": "4.2.0",
"update-check": "1.5.4",
"omg-rc-cli": "^1.1.1",
"js-beautify": "1.11.0",
"socket.io": "^2.3.0"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=8"
}
}