NET-Web-API-w-Angular/my-app/node_modules/@schematics/angular/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2024-02-09 00:38:41 +00:00
{
"name": "@schematics/angular",
"version": "17.1.3",
"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": {
"@angular-devkit/core": "17.1.3",
"@angular-devkit/schematics": "17.1.3",
"jsonc-parser": "3.2.0"
},
"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"
}
}