UNPKG

1.12 kBJSONView Raw
1{
2 "name": "@ngx-next/cli",
3 "version": "0.10.0",
4 "description": "cli tool for the ngx-next platform",
5 "keywords": [
6 "oclif"
7 ],
8 "homepage": "https://github.com/ngx-next/cli",
9 "bugs": "https://github.com/ngx-next/cli/issues",
10 "repository": "ngx-next/cli",
11 "license": "MIT",
12 "author": "Brannon N. Darby II @brannon-darby",
13 "files": [
14 "/bin",
15 "/lib",
16 "/npm-shrinkwrap.json",
17 "/oclif.manifest.json"
18 ],
19 "main": "src/index.js",
20 "types": "src/index.d.ts",
21 "bin": {
22 "ngx": "./bin/run"
23 },
24 "dependencies": {
25 "@ngx-next/logger": "file:../logger",
26 "@ngx-next/task-runner": "file:../task-runner",
27 "@oclif/command": "1.5.12",
28 "@oclif/config": "1.12.11",
29 "@oclif/plugin-commands": "1.2.2",
30 "@oclif/plugin-help": "2.1.6",
31 "@oclif/plugin-update": "1.3.9",
32 "cli-ux": "5.2.1",
33 "execa": "1.0.0",
34 "rxjs": "6.4.0",
35 "tslib": "1.9.3"
36 },
37 "publishConfig": {
38 "access": "public"
39 },
40 "oclif": {
41 "commands": "./lib/commands",
42 "bin": "ngx",
43 "plugins": [
44 "@oclif/plugin-commands",
45 "@oclif/plugin-help"
46 ]
47 }
48}
\No newline at end of file