UNPKG

1.68 kBJSONView Raw
1{
2 "name": "@angular/cli",
3 "version": "14.2.1",
4 "description": "CLI tool for Angular",
5 "main": "lib/cli/index.js",
6 "bin": {
7 "ng": "./bin/ng.js"
8 },
9 "keywords": [
10 "angular",
11 "Angular CLI",
12 "devkit",
13 "sdk",
14 "Angular DevKit",
15 "angular-cli"
16 ],
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/angular/angular-cli.git"
20 },
21 "author": "Angular Authors",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/angular/angular-cli/issues"
25 },
26 "homepage": "https://github.com/angular/angular-cli",
27 "dependencies": {
28 "@angular-devkit/architect": "0.1402.1",
29 "@angular-devkit/core": "14.2.1",
30 "@angular-devkit/schematics": "14.2.1",
31 "@schematics/angular": "14.2.1",
32 "@yarnpkg/lockfile": "1.1.0",
33 "ansi-colors": "4.1.3",
34 "debug": "4.3.4",
35 "ini": "3.0.0",
36 "inquirer": "8.2.4",
37 "jsonc-parser": "3.1.0",
38 "npm-package-arg": "9.1.0",
39 "npm-pick-manifest": "7.0.1",
40 "open": "8.4.0",
41 "ora": "5.4.1",
42 "pacote": "13.6.2",
43 "resolve": "1.22.1",
44 "semver": "7.3.7",
45 "symbol-observable": "4.0.0",
46 "uuid": "8.3.2",
47 "yargs": "17.5.1"
48 },
49 "ng-update": {
50 "migrations": "@schematics/angular/migrations/migration-collection.json",
51 "packageGroup": {
52 "@angular/cli": "14.2.1",
53 "@angular-devkit/architect": "0.1402.1",
54 "@angular-devkit/build-angular": "14.2.1",
55 "@angular-devkit/build-webpack": "0.1402.1",
56 "@angular-devkit/core": "14.2.1",
57 "@angular-devkit/schematics": "14.2.1"
58 }
59 },
60 "engines": {
61 "node": "^14.15.0 || >=16.10.0",
62 "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
63 "yarn": ">= 1.13.0"
64 }
65}