package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "@angular/cli",
  3. "version": "19.2.8",
  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.1902.8",
  29. "@angular-devkit/core": "19.2.8",
  30. "@angular-devkit/schematics": "19.2.8",
  31. "@inquirer/prompts": "7.3.2",
  32. "@listr2/prompt-adapter-inquirer": "2.0.18",
  33. "@schematics/angular": "19.2.8",
  34. "@yarnpkg/lockfile": "1.1.0",
  35. "ini": "5.0.0",
  36. "jsonc-parser": "3.3.1",
  37. "listr2": "8.2.5",
  38. "npm-package-arg": "12.0.2",
  39. "npm-pick-manifest": "10.0.0",
  40. "pacote": "20.0.0",
  41. "resolve": "1.22.10",
  42. "semver": "7.7.1",
  43. "symbol-observable": "4.0.0",
  44. "yargs": "17.7.2"
  45. },
  46. "ng-update": {
  47. "migrations": "@schematics/angular/migrations/migration-collection.json",
  48. "packageGroup": {
  49. "@angular/cli": "19.2.8",
  50. "@angular/build": "19.2.8",
  51. "@angular/ssr": "19.2.8",
  52. "@angular-devkit/architect": "0.1902.8",
  53. "@angular-devkit/build-angular": "19.2.8",
  54. "@angular-devkit/build-webpack": "0.1902.8",
  55. "@angular-devkit/core": "19.2.8",
  56. "@angular-devkit/schematics": "19.2.8"
  57. }
  58. },
  59. "packageManager": "pnpm@9.15.6",
  60. "engines": {
  61. "node": "^18.19.1 || ^20.11.1 || >=22.0.0",
  62. "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
  63. "yarn": ">= 1.13.0"
  64. }
  65. }