package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "name": "@angular/cli",
  3. "version": "20.0.0",
  4. "description": "CLI tool for Angular",
  5. "main": "lib/cli/index.js",
  6. "bin": {
  7. "ng": "./bin/ng.js"
  8. },
  9. "keywords": [
  10. "Angular CLI",
  11. "Angular DevKit",
  12. "angular",
  13. "angular-cli",
  14. "devkit",
  15. "sdk"
  16. ],
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/angular/angular-cli.git"
  20. },
  21. "author": "Angular Authors",
  22. "license": "MIT",
  23. "bugs": {
  24. "url": "https://github.com/angular/angular-cli/issues"
  25. },
  26. "homepage": "https://github.com/angular/angular-cli",
  27. "dependencies": {
  28. "@angular-devkit/architect": "0.2000.0",
  29. "@angular-devkit/core": "20.0.0",
  30. "@angular-devkit/schematics": "20.0.0",
  31. "@inquirer/prompts": "7.5.1",
  32. "@listr2/prompt-adapter-inquirer": "2.0.22",
  33. "@schematics/angular": "20.0.0",
  34. "@yarnpkg/lockfile": "1.1.0",
  35. "ini": "5.0.0",
  36. "jsonc-parser": "3.3.1",
  37. "listr2": "8.3.3",
  38. "npm-package-arg": "12.0.2",
  39. "npm-pick-manifest": "10.0.0",
  40. "pacote": "21.0.0",
  41. "resolve": "1.22.10",
  42. "semver": "7.7.2",
  43. "yargs": "17.7.2"
  44. },
  45. "ng-update": {
  46. "migrations": "@schematics/angular/migrations/migration-collection.json",
  47. "packageGroup": {
  48. "@angular/cli": "20.0.0",
  49. "@angular/build": "20.0.0",
  50. "@angular/ssr": "20.0.0",
  51. "@angular-devkit/architect": "0.2000.0",
  52. "@angular-devkit/build-angular": "20.0.0",
  53. "@angular-devkit/build-webpack": "0.2000.0",
  54. "@angular-devkit/core": "20.0.0",
  55. "@angular-devkit/schematics": "20.0.0"
  56. }
  57. },
  58. "packageManager": "pnpm@9.15.9",
  59. "engines": {
  60. "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
  61. "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
  62. "yarn": ">= 1.13.0"
  63. }
  64. }