package.json 941 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "@ngtools/webpack",
  3. "version": "19.2.5",
  4. "description": "Webpack plugin that AoT compiles your Angular components and modules.",
  5. "main": "./src/index.js",
  6. "typings": "src/index.d.ts",
  7. "license": "MIT",
  8. "keywords": [
  9. "Angular CLI",
  10. "Angular DevKit",
  11. "angular",
  12. "aot",
  13. "devkit",
  14. "plugin",
  15. "sdk",
  16. "webpack"
  17. ],
  18. "repository": {
  19. "type": "git",
  20. "url": "https://github.com/angular/angular-cli.git"
  21. },
  22. "author": "Angular Authors",
  23. "bugs": {
  24. "url": "https://github.com/angular/angular-cli/issues"
  25. },
  26. "homepage": "https://github.com/angular/angular-cli",
  27. "peerDependencies": {
  28. "@angular/compiler-cli": "^19.0.0 || ^19.2.0-next.0",
  29. "typescript": ">=5.5 <5.9",
  30. "webpack": "^5.54.0"
  31. },
  32. "packageManager": "pnpm@9.15.6",
  33. "engines": {
  34. "node": "^18.19.1 || ^20.11.1 || >=22.0.0",
  35. "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
  36. "yarn": ">= 1.13.0"
  37. }
  38. }