-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"name": "adh",
"version": "1.4.4",
"description": "Apium docker helper: Useful and short commands for working with Docker.",
"main": "index.js",
"bin": {
"adh": "dist/src/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/apiumhub/adh.git"
},
"author": "Apium Development team <info@apiumhub.com>",
"license": "ISC",
"scripts": {
"tsc": "tsc",
"tscw": "tsc -w"
},
"dependencies": {
"boxen": "1.0.0",
"chalk": "1.1.3",
"commander": "2.9.0",
"dockerode": "2.4.3",
"execa": "0.6.3",
"inquirer": "3.0.6",
"listr": "0.12.0",
"log-symbols": "1.0.2",
"ramda": "0.23.0",
"rxjs": "5.5.12",
"typescript": "3.1.6"
},
"devDependencies": {
"@reactivex/rxjs": "5.0.0",
"@types/chalk": "2.2.0",
"@types/commander": "2.12.2",
"@types/dockerode": "2.5.8",
"@types/execa": "0.9.0",
"@types/inquirer": "0.0.43",
"@types/listr": "0.13.0",
"@types/log-symbols": "2.0.0",
"@types/ramda": "0.25.41"
}
}