UNPKG

1.04 kBJSONView Raw
1{
2 "name": "@angular/pwa",
3 "version": "15.2.4",
4 "description": "PWA schematics for Angular",
5 "keywords": [
6 "Angular CLI",
7 "Angular DevKit",
8 "angular",
9 "blueprints",
10 "code generation",
11 "devkit",
12 "schematics",
13 "sdk"
14 ],
15 "schematics": "./collection.json",
16 "ng-add": {
17 "save": false
18 },
19 "dependencies": {
20 "@angular-devkit/schematics": "15.2.4",
21 "@schematics/angular": "15.2.4",
22 "parse5-html-rewriting-stream": "7.0.0"
23 },
24 "peerDependencies": {
25 "@angular/cli": "^15.0.0"
26 },
27 "peerDependenciesMeta": {
28 "@angular/cli": {
29 "optional": true
30 }
31 },
32 "repository": {
33 "type": "git",
34 "url": "https://github.com/angular/angular-cli.git"
35 },
36 "engines": {
37 "node": "^14.20.0 || ^16.13.0 || >=18.10.0",
38 "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
39 "yarn": ">= 1.13.0"
40 },
41 "author": "Angular Authors",
42 "license": "MIT",
43 "bugs": {
44 "url": "https://github.com/angular/angular-cli/issues"
45 },
46 "homepage": "https://github.com/angular/angular-cli"
47}