UNPKG

1.69 kBJSONView Raw
1{
2 "name": "@angular/cli",
3 "version": "8.2.2",
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.802.2",
32 "@angular-devkit/core": "8.2.2",
33 "@angular-devkit/schematics": "8.2.2",
34 "@schematics/angular": "8.2.2",
35 "@schematics/update": "0.802.2",
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.0",
41 "npm-package-arg": "6.1.0",
42 "open": "6.4.0",
43 "pacote": "9.5.4",
44 "read-package-tree": "5.3.1",
45 "semver": "6.3.0",
46 "symbol-observable": "1.2.0",
47 "universal-analytics": "^0.4.20",
48 "uuid": "^3.3.2"
49 },
50 "ng-update": {
51 "migrations": "@schematics/angular/migrations/migration-collection.json",
52 "packageGroup": {
53 "@angular/cli": "8.2.2",
54 "@angular-devkit/build-angular": "0.802.2",
55 "@angular-devkit/build-ng-packagr": "0.802.2",
56 "@angular-devkit/build-webpack": "0.802.2"
57 }
58 },
59 "engines": {
60 "node": ">= 10.9.0",
61 "npm": ">= 6.2.0"
62 },
63 "husky": {
64 "hooks": {
65 "pre-push": "node ./bin/devkit-admin hooks/pre-push"
66 }
67 }
68}