Last change
on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
878 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "@angular-devkit/schematics",
|
---|
3 | "version": "12.2.9",
|
---|
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": "12.2.9",
|
---|
22 | "ora": "5.4.1",
|
---|
23 | "rxjs": "6.6.7"
|
---|
24 | },
|
---|
25 | "repository": {
|
---|
26 | "type": "git",
|
---|
27 | "url": "https://github.com/angular/angular-cli.git"
|
---|
28 | },
|
---|
29 | "engines": {
|
---|
30 | "node": "^12.14.1 || >=14.0.0",
|
---|
31 | "npm": "^6.11.0 || ^7.5.6",
|
---|
32 | "yarn": ">= 1.13.0"
|
---|
33 | },
|
---|
34 | "author": "Angular Authors",
|
---|
35 | "license": "MIT",
|
---|
36 | "bugs": {
|
---|
37 | "url": "https://github.com/angular/angular-cli/issues"
|
---|
38 | },
|
---|
39 | "homepage": "https://github.com/angular/angular-cli"
|
---|
40 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.