1 | {
|
2 | "name": "@angular/cli",
|
3 | "version": "8.3.26",
|
4 | "description": "CLI tool for Angular",
|
5 | "main": "lib/cli/index.js",
|
6 | "bin": {
|
7 | "ng": "./bin/ng"
|
8 | },
|
9 | "keywords": [
|
10 | "angular",
|
11 | "Angular CLI",
|
12 | "devkit",
|
13 | "sdk",
|
14 | "Angular DevKit",
|
15 | "angular-cli"
|
16 | ],
|
17 | "scripts": {
|
18 | "postinstall": "node ./bin/postinstall/script.js"
|
19 | },
|
20 | "repository": {
|
21 | "type": "git",
|
22 | "url": "https://github.com/angular/angular-cli.git"
|
23 | },
|
24 | "author": "Angular Authors",
|
25 | "license": "MIT",
|
26 | "bugs": {
|
27 | "url": "https://github.com/angular/angular-cli/issues"
|
28 | },
|
29 | "homepage": "https://github.com/angular/angular-cli",
|
30 | "dependencies": {
|
31 | "@angular-devkit/architect": "0.803.26",
|
32 | "@angular-devkit/core": "8.3.26",
|
33 | "@angular-devkit/schematics": "8.3.26",
|
34 | "@schematics/angular": "8.3.26",
|
35 | "@schematics/update": "0.803.26",
|
36 | "@yarnpkg/lockfile": "1.1.0",
|
37 | "ansi-colors": "4.1.1",
|
38 | "debug": "^4.1.1",
|
39 | "ini": "1.3.5",
|
40 | "inquirer": "6.5.1",
|
41 | "npm-package-arg": "6.1.0",
|
42 | "npm-pick-manifest": "3.0.2",
|
43 | "open": "6.4.0",
|
44 | "pacote": "9.5.5",
|
45 | "read-package-tree": "5.3.1",
|
46 | "rimraf": "3.0.0",
|
47 | "semver": "6.3.0",
|
48 | "symbol-observable": "1.2.0",
|
49 | "universal-analytics": "^0.4.20",
|
50 | "uuid": "^3.3.2"
|
51 | },
|
52 | "ng-update": {
|
53 | "migrations": "@schematics/angular/migrations/migration-collection.json",
|
54 | "packageGroup": {
|
55 | "@angular/cli": "8.3.26",
|
56 | "@angular-devkit/build-angular": "0.803.26",
|
57 | "@angular-devkit/build-ng-packagr": "0.803.26",
|
58 | "@angular-devkit/build-webpack": "0.803.26"
|
59 | }
|
60 | },
|
61 | "engines": {
|
62 | "node": ">= 10.9.0",
|
63 | "npm": ">= 6.2.0"
|
64 | },
|
65 | "husky": {
|
66 | "hooks": {
|
67 | "pre-push": "node ./bin/devkit-admin hooks/pre-push"
|
68 | }
|
69 | }
|
70 | }
|