-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 882 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "moldock",
"version": "1.0.0-beta",
"description": "a cli tool to breakdown moleculer projects and dockerize them individually",
"main": "bin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node --inspect=0.0.0.0:9229 bin/index"
},
"bin": {
"moldock": "./bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amroessam/moleculer-dockerized.git"
},
"author": "Amr Essam",
"license": "MIT",
"bugs": {
"url": "https://github.com/amroessam/moleculer-dockerized/issues"
},
"homepage": "https://github.com/amroessam/moleculer-dockerized#readme",
"dependencies": {
"clear": "^0.1.0",
"copy-dir": "^1.1.0",
"enquirer": "^2.3.1",
"ncp": "^2.0.0",
"yargs": "^13.2.4"
},
"keywords": ["microservices", "microservice", "cli", "moleculer"]
}