@nebulae/cli
Version:
Tools and code generators for microservices developed by Nebula Engineering (http://www.nebulae.com.co)
55 lines (54 loc) • 1.39 kB
JSON
{
"name": "@nebulae/cli",
"version": "0.6.4",
"description": "Tools and code generators for microservices developed by Nebula Engineering (http://www.nebulae.com.co)",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --recursive --reporter spec"
},
"bin": {
"nebulae": "bin/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NebulaEngineering/nebulae.git"
},
"keywords": [
"NebulaE",
"microservice",
"tools",
"cli"
],
"author": "sebastian.molano@nebulae.com.co",
"license": "MIT",
"bugs": {
"url": "https://github.com/NebulaEngineering/nebulae/issues"
},
"homepage": "https://github.com/NebulaEngineering/nebulae#readme",
"dependencies": {
"@google-cloud/datastore": "6.4.0",
"@google-cloud/storage": "5.8.4",
"camelcase": "^5.0.0",
"file-base64": "^1.0.0",
"fs-extra": "^5.0.0",
"git-root-dir": "^1.0.2",
"glob": "^7.1.3",
"jsonfile": "^4.0.0",
"node-html-parser": "1.1.11",
"pluralize": "^7.0.0",
"replace-in-file": "^3.4.2",
"replace-last": "^1.2.6",
"rimraf": "^2.6.2",
"rxjs": "^5.5.7",
"shelljs": "^0.8.1",
"simple-git": "^1.92.0",
"tar": "^4.4.2",
"tmp": "0.0.33",
"yargs": "^11.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.4",
"rxjs-marbles": "^2.3.2"
}
}