UNPKG

987 BJSONView Raw
1{
2 "name": "@rearc/noop-cli",
3 "bin": {
4 "noop": "./cli.js"
5 },
6 "version": "0.1.38",
7 "description": "Noop CLI",
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/rearc/noop-cli.git"
11 },
12 "keywords": [
13 "noop"
14 ],
15 "author": "Chloe Wintzer",
16 "license": "GPL",
17 "bugs": {
18 "url": "https://github.com/rearc/noop-cli/issues"
19 },
20 "homepage": "https://github.com/rearc/noop-cli#readme",
21 "dependencies": {
22 "@rearc/noop-discovery": "^1.0.28",
23 "async": "^2.6.1",
24 "chalk": "^2.4.1",
25 "docker-file-parser": "^1.0.4",
26 "dockerode": "^2.5.7",
27 "file-match": "^1.0.2",
28 "filewatcher": "^3.0.1",
29 "git-root-dir": "^1.0.2",
30 "hash-stream": "^1.2.0",
31 "jsonpath": "^1.0.0",
32 "mkdirp": "^0.5.1",
33 "moment": "^2.22.2",
34 "path-to-regexp": "^2.4.0",
35 "recursive-readdir": "^2.2.2",
36 "rimraf": "^2.6.2",
37 "tar-fs": "^1.16.3",
38 "tar-stream": "^1.6.2",
39 "vorpal": "^1.12.0",
40 "yargs": "^11.1.0"
41 }
42}