UNPKG

1.47 kBJSONView Raw
1{
2 "name": "@ngx-next/cli",
3 "version": "0.3.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": "lib/index.js",
20 "types": "lib/index.d.ts",
21 "bin": {
22 "ngx": "./bin/run"
23 },
24 "scripts": {
25 "build": "rm -rf lib && tsc -b",
26 "dev:clean": "rm -rf lib",
27 "docs": "oclif-dev manifest && oclif-dev readme --multi",
28 "postdocs": "rm -f oclif.manifest.json && git add -A && git commit -m 'docs(cli): generate docs and readme'"
29 },
30 "dependencies": {
31 "@ngx-next/logger": "0.3.0",
32 "@ngx-next/task-runner": "0.3.0",
33 "@oclif/command": "1.5.6",
34 "@oclif/config": "1.9.0",
35 "@oclif/dev-cli": "1.19.5",
36 "@oclif/plugin-commands": "1.2.2",
37 "@oclif/plugin-help": "2.1.4",
38 "@oclif/plugin-update": "1.3.9",
39 "cli-ux": "4.9.3",
40 "execa": "1.0.0",
41 "rxjs": "6.3.3",
42 "tslib": "1.9.3"
43 },
44 "publishConfig": {
45 "access": "public"
46 },
47 "oclif": {
48 "commands": "./lib/commands",
49 "bin": "ngx",
50 "plugins": [
51 "@oclif/plugin-commands",
52 "@oclif/plugin-help",
53 "@oclif/plugin-update"
54 ]
55 },
56 "gitHead": "dc6bae9d685c241c564b40664a7d408fe1fc41a1"
57}