-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
61 lines (61 loc) · 1.57 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "moleculer-cli",
"version": "0.8.1",
"description": ":herb: Command line tool for Moleculer",
"scripts": {
"dev": "node ./bin/moleculer",
"deps": "npm-check -u",
"lint": "eslint src/**/*.js -c .eslintrc.js",
"dev:init": "node ./bin/moleculer init project tmp",
"test": "jest --config jest.config.js --detectOpenHandles --forceExit"
},
"bin": {
"moleculer": "./bin/moleculer.js"
},
"keywords": [
"cli",
"moleculer",
"microservices"
],
"author": "MoleculerJS",
"license": "MIT",
"dependencies": {
"async": "^3.2.2",
"consolidate": "^0.16.0",
"download-git-repo": "^3.0.2",
"exeq": "^3.0.0",
"glob": "^7.2.0",
"handlebars": "^4.7.7",
"inquirer": "^7.3.3",
"kleur": "^4.1.4",
"lodash": "^4.17.21",
"metalsmith": "^2.3.0",
"minimatch": "^3.0.4",
"mkdirp": "^1.0.4",
"moleculer": "^0.14.19",
"moleculer-repl": "^0.7.2",
"multimatch": "^4.0.0",
"nats": "^2.4.0",
"rimraf": "^3.0.2",
"update-notifier": "^5.1.0",
"yargs": "^15.4.1"
},
"devDependencies": {
"coveralls": "^3.1.1",
"eslint": "^8.6.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-security": "^1.4.0",
"jest": "^27.4.7",
"jest-cli": "^27.4.7",
"yargs-promise": "^1.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moleculerjs/moleculer-cli.git"
},
"bugs": {
"url": "https://github.com/moleculerjs/moleculer-cli/issues"
},
"homepage": "https://github.com/moleculerjs/moleculer-cli#readme"
}