UNPKG

1.98 kBJSONView Raw
1{
2 "name": "@angular/cli",
3 "version": "11.0.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.1100.2",
32 "@angular-devkit/core": "11.0.2",
33 "@angular-devkit/schematics": "11.0.2",
34 "@schematics/angular": "11.0.2",
35 "@schematics/update": "0.1100.2",
36 "@yarnpkg/lockfile": "1.1.0",
37 "ansi-colors": "4.1.1",
38 "debug": "4.2.0",
39 "ini": "1.3.5",
40 "inquirer": "7.3.3",
41 "npm-package-arg": "8.1.0",
42 "npm-pick-manifest": "6.1.0",
43 "open": "7.3.0",
44 "pacote": "9.5.12",
45 "resolve": "1.18.1",
46 "rimraf": "3.0.2",
47 "semver": "7.3.2",
48 "symbol-observable": "2.0.3",
49 "universal-analytics": "0.4.23",
50 "uuid": "8.3.1"
51 },
52 "ng-update": {
53 "migrations": "@schematics/angular/migrations/migration-collection.json",
54 "packageGroup": {
55 "@angular/cli": "11.0.2",
56 "@angular-devkit/build-angular": "0.1100.2",
57 "@angular-devkit/build-webpack": "0.1100.2",
58 "@angular-devkit/core": "11.0.2",
59 "@angular-devkit/schematics": "11.0.2"
60 }
61 },
62 "engines": {
63 "node": ">= 10.13.0",
64 "npm": ">= 6.11.0",
65 "yarn": ">= 1.13.0"
66 },
67 "husky": {
68 "hooks": {
69 "commit-msg": "yarn -s ng-dev commit-message pre-commit-validate --file-env-variable HUSKY_GIT_PARAMS",
70 "prepare-commit-msg": "yarn -s ng-dev commit-message restore-commit-message-draft --file-env-variable HUSKY_GIT_PARAMS"
71 }
72 }
73}