UNPKG

949 BJSONView Raw
1{
2 "name": "@angular-devkit/schematics",
3 "version": "14.2.3",
4 "description": "Angular Schematics - Library",
5 "main": "src/index.js",
6 "typings": "src/index.d.ts",
7 "keywords": [
8 "angular",
9 "Angular CLI",
10 "devkit",
11 "sdk",
12 "Angular DevKit",
13 "blueprints",
14 "scaffolding",
15 "template",
16 "tooling",
17 "code generation",
18 "schematics"
19 ],
20 "dependencies": {
21 "@angular-devkit/core": "14.2.3",
22 "jsonc-parser": "3.1.0",
23 "magic-string": "0.26.2",
24 "ora": "5.4.1",
25 "rxjs": "6.6.7"
26 },
27 "repository": {
28 "type": "git",
29 "url": "https://github.com/angular/angular-cli.git"
30 },
31 "engines": {
32 "node": "^14.15.0 || >=16.10.0",
33 "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
34 "yarn": ">= 1.13.0"
35 },
36 "author": "Angular Authors",
37 "license": "MIT",
38 "bugs": {
39 "url": "https://github.com/angular/angular-cli/issues"
40 },
41 "homepage": "https://github.com/angular/angular-cli"
42}