-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "@microservice-framework/mfw-cli",
"version": "1.2.6",
"description": "Console utility for @microservice-framework",
"main": "index.js",
"directories": {
"bin": "./bin"
},
"scripts": {
"test": "node_modules/.bin/mocha --timeout 35000",
"cs": "eslint --fix bin/* includes/*.js plugins/*.js test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microservice-framework/mfw-cli.git"
},
"author": "Gormartsen",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/microservice-framework/mfw-cli/issues"
},
"homepage": "https://github.com/microservice-framework/mfw-cli#readme",
"dependencies": {
"@microservice-framework/microservice-client": "^1.2.3",
"cli-table": "^0.3.1",
"colors": "^1.1.2",
"commander": "^2.9.0",
"cross-spawn": "^6.0.4",
"dotenv": "^2.0.0",
"fs-extra": "^2.1.2",
"pidusage": "^1.1.1",
"prompt": "^1.0.0",
"tar": "^4.4.0",
"tmp": "0.0.31"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.1"
}
}