2024-02-09 00:38:41 +00:00
|
|
|
{
|
|
|
|
"name": "@schematics/angular",
|
2024-06-03 19:44:25 +00:00
|
|
|
"version": "17.3.8",
|
2024-02-09 00:38:41 +00:00
|
|
|
"description": "Schematics specific to Angular",
|
|
|
|
"homepage": "https://github.com/angular/angular-cli",
|
|
|
|
"keywords": [
|
|
|
|
"Angular CLI",
|
|
|
|
"Angular DevKit",
|
|
|
|
"angular",
|
|
|
|
"blueprints",
|
|
|
|
"code generation",
|
|
|
|
"devkit",
|
|
|
|
"schematics",
|
|
|
|
"sdk"
|
|
|
|
],
|
|
|
|
"exports": {
|
|
|
|
"./package.json": "./package.json",
|
|
|
|
"./utility": "./utility/index.js",
|
|
|
|
"./utility/*": "./utility/*.js",
|
|
|
|
"./migrations/migration-collection.json": "./migrations/migration-collection.json",
|
|
|
|
"./*": "./*.js",
|
|
|
|
"./private/components": "./private/components.js"
|
|
|
|
},
|
|
|
|
"schematics": "./collection.json",
|
|
|
|
"dependencies": {
|
2024-06-03 19:44:25 +00:00
|
|
|
"@angular-devkit/core": "17.3.8",
|
|
|
|
"@angular-devkit/schematics": "17.3.8",
|
|
|
|
"jsonc-parser": "3.2.1"
|
2024-02-09 00:38:41 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular-cli.git"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^18.13.0 || >=20.9.0",
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|