65 lines
1.7 KiB
JSON
Executable File
65 lines
1.7 KiB
JSON
Executable File
{
|
|
"name": "@angular/cli",
|
|
"version": "20.0.3",
|
|
"description": "CLI tool for Angular",
|
|
"main": "lib/cli/index.js",
|
|
"bin": {
|
|
"ng": "./bin/ng.js"
|
|
},
|
|
"keywords": [
|
|
"Angular CLI",
|
|
"Angular DevKit",
|
|
"angular",
|
|
"angular-cli",
|
|
"devkit",
|
|
"sdk"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular-cli.git"
|
|
},
|
|
"author": "Angular Authors",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/angular/angular-cli/issues"
|
|
},
|
|
"homepage": "https://github.com/angular/angular-cli",
|
|
"dependencies": {
|
|
"@angular-devkit/architect": "0.2000.3",
|
|
"@angular-devkit/core": "20.0.3",
|
|
"@angular-devkit/schematics": "20.0.3",
|
|
"@inquirer/prompts": "7.5.1",
|
|
"@listr2/prompt-adapter-inquirer": "2.0.22",
|
|
"@schematics/angular": "20.0.3",
|
|
"@yarnpkg/lockfile": "1.1.0",
|
|
"ini": "5.0.0",
|
|
"jsonc-parser": "3.3.1",
|
|
"listr2": "8.3.3",
|
|
"npm-package-arg": "12.0.2",
|
|
"npm-pick-manifest": "10.0.0",
|
|
"pacote": "21.0.0",
|
|
"resolve": "1.22.10",
|
|
"semver": "7.7.2",
|
|
"yargs": "17.7.2"
|
|
},
|
|
"ng-update": {
|
|
"migrations": "@schematics/angular/migrations/migration-collection.json",
|
|
"packageGroup": {
|
|
"@angular/cli": "20.0.3",
|
|
"@angular/build": "20.0.3",
|
|
"@angular/ssr": "20.0.3",
|
|
"@angular-devkit/architect": "0.2000.3",
|
|
"@angular-devkit/build-angular": "20.0.3",
|
|
"@angular-devkit/build-webpack": "0.2000.3",
|
|
"@angular-devkit/core": "20.0.3",
|
|
"@angular-devkit/schematics": "20.0.3"
|
|
}
|
|
},
|
|
"packageManager": "pnpm@9.15.9",
|
|
"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"
|
|
}
|
|
}
|