You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

43 lines
997 B

{
"name": "@angular-devkit/schematics",
"version": "21.1.1",
"description": "Angular Schematics - Library",
"main": "src/index.js",
"typings": "src/index.d.ts",
"keywords": [
"Angular CLI",
"Angular DevKit",
"angular",
"blueprints",
"code generation",
"devkit",
"scaffolding",
"schematics",
"sdk",
"template",
"tooling"
],
"dependencies": {
"@angular-devkit/core": "21.1.1",
"jsonc-parser": "3.3.1",
"magic-string": "0.30.21",
"ora": "9.0.0",
"rxjs": "7.8.2"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular-cli.git"
},
"packageManager": "pnpm@10.28.1",
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=24.0.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"
},
"homepage": "https://github.com/angular/angular-cli"
}