-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@angular-devkit/schematics",
"version": "22.0.0-next.1+sha-4643a8a",
"description": "Angular Schematics - Library",
"main": "src/index.js",
"typings": "src/index.d.ts",
"keywords": [
"Angular CLI",
"Angular DevKit",
"angular",
"blueprints",
"code generation",
"devkit",
"scaffolding",
"schematics",
"sdk",
"template",
"tooling"
],
"dependencies": {
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#4643a8a",
"jsonc-parser": "3.3.1",
"magic-string": "0.30.21",
"ora": "9.3.0",
"rxjs": "7.8.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angular/angular-cli.git"
},
"packageManager": "pnpm@10.32.1",
"engines": {
"node": "^22.22.0 || >=24.13.1",
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
"yarn": ">= 1.13.0"
},
"author": "Angular Authors",
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/angular-cli/issues"
},
"homepage": "https://github.com/angular/angular-cli"
}