/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/schematics/angular/package.json
25 строк
741 B
Alan Agius
refactor(@schematics/angular): remove third-party typescript copy
28 апр 2026, 14:35
28 апр 2026, 14:35
c6dd57a
Код
Авторство
О чём код?
{ "name": "@schematics/angular", "version": "0.0.0-PLACEHOLDER", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ "blueprints", "code generation", "schematics" ], "exports": { "./package.json": "./package.json", "./utility": "./utility/index.js", "./utility/*": "./utility/*.js", "./migrations/migration-collection.json": "./migrations/migration-collection.json", "./*": "./*.js" }, "schematics": "./collection.json", "dependencies": { "@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER", "@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER", "jsonc-parser": "3.3.1", "typescript": "6.0.3" } }