-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.08 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.08 KB
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
{
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:labor-digital/lab-cli.git"
},
"homepage": "https://github.com/labor-digital/lab-cli",
"name": "@labor-digital/lab-cli",
"version": "3.16.6",
"description": "A CLI for your development environment based on docker",
"main": "lib/index.js",
"preferGlobal": true,
"author": "LABOR.digital Agentur für moderne Kommunikation",
"contributors": [
"Martin Neundorfer (Neunerlei)"
],
"license": "Apache-2.0",
"bin": {
"lab": "lib/index.js"
},
"scripts": {
"build": "node flushLib.js && tsc",
"watch": "node flushLib.js && tsc --watch"
},
"dependencies": {
"@labor-digital/helferlein": "^4.4.1",
"@labor-digital/ssl-certs": "^1.1.2",
"@types/glob": "^7.1.4",
"chalk": "4.1.2",
"commander": "5.1.0",
"dockerode": "^3.3.1",
"glob": "^7.2.0",
"inquirer": "8.1.5",
"requireg": "^0.2.2",
"semver": "^7.3.5",
"yamljs": "0.3.0"
},
"devDependencies": {
"@types/dockerode": "^3.2.7",
"@types/inquirer": "^7.3.3",
"@types/node": "^16.10.2",
"@types/semver": "^7.3.8",
"typescript": "^4.4.3"
}
}