1 | {
|
2 | "name": "@schematics/angular",
|
3 | "version": "18.2.8",
|
4 | "description": "Schematics specific to Angular",
|
5 | "homepage": "https://github.com/angular/angular-cli",
|
6 | "keywords": [
|
7 | "Angular CLI",
|
8 | "Angular DevKit",
|
9 | "angular",
|
10 | "blueprints",
|
11 | "code generation",
|
12 | "devkit",
|
13 | "schematics",
|
14 | "sdk"
|
15 | ],
|
16 | "exports": {
|
17 | "./package.json": "./package.json",
|
18 | "./utility": "./utility/index.js",
|
19 | "./utility/*": "./utility/*.js",
|
20 | "./migrations/migration-collection.json": "./migrations/migration-collection.json",
|
21 | "./*": "./*.js"
|
22 | },
|
23 | "schematics": "./collection.json",
|
24 | "dependencies": {
|
25 | "@angular-devkit/core": "18.2.8",
|
26 | "@angular-devkit/schematics": "18.2.8",
|
27 | "jsonc-parser": "3.3.1"
|
28 | },
|
29 | "packageManager": "yarn@4.4.0",
|
30 | "repository": {
|
31 | "type": "git",
|
32 | "url": "https://github.com/angular/angular-cli.git"
|
33 | },
|
34 | "engines": {
|
35 | "node": "^18.19.1 || ^20.11.1 || >=22.0.0",
|
36 | "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
|
37 | "yarn": ">= 1.13.0"
|
38 | },
|
39 | "author": "Angular Authors",
|
40 | "license": "MIT",
|
41 | "bugs": {
|
42 | "url": "https://github.com/angular/angular-cli/issues"
|
43 | },
|
44 | "dependenciesMeta": {
|
45 | "esbuild": {
|
46 | "built": true
|
47 | },
|
48 | "puppeteer": {
|
49 | "built": true
|
50 | }
|
51 | }
|
52 | }
|