package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "@angular/cli",
  3. "version": "16.0.4",
  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.1600.4",
  29. "@angular-devkit/core": "16.0.4",
  30. "@angular-devkit/schematics": "16.0.4",
  31. "@schematics/angular": "16.0.4",
  32. "@yarnpkg/lockfile": "1.1.0",
  33. "ansi-colors": "4.1.3",
  34. "ini": "4.0.0",
  35. "inquirer": "8.2.4",
  36. "jsonc-parser": "3.2.0",
  37. "npm-package-arg": "10.1.0",
  38. "npm-pick-manifest": "8.0.1",
  39. "open": "8.4.2",
  40. "ora": "5.4.1",
  41. "pacote": "15.1.3",
  42. "resolve": "1.22.2",
  43. "semver": "7.4.0",
  44. "symbol-observable": "4.0.0",
  45. "yargs": "17.7.2"
  46. },
  47. "ng-update": {
  48. "migrations": "@schematics/angular/migrations/migration-collection.json",
  49. "packageGroup": {
  50. "@angular/cli": "16.0.4",
  51. "@angular-devkit/architect": "0.1600.4",
  52. "@angular-devkit/build-angular": "16.0.4",
  53. "@angular-devkit/build-webpack": "0.1600.4",
  54. "@angular-devkit/core": "16.0.4",
  55. "@angular-devkit/schematics": "16.0.4"
  56. }
  57. },
  58. "engines": {
  59. "node": "^16.14.0 || >=18.10.0",
  60. "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
  61. "yarn": ">= 1.13.0"
  62. }
  63. }