{
  "name": "ng-packagr",
  "version": "19.2.1",
  "description": "Compile and package Angular libraries in Angular Package Format (APF)",
  "keywords": [
    "apf",
    "angular-package-format",
    "angular",
    "angular-library",
    "angular-components",
    "component-library",
    "typescript",
    "css",
    "scss"
  ],
  "engines": {
    "node": "^18.19.1 || >=20.11.1"
  },
  "author": "David Herges <david@spektrakel.de>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ng-packagr/ng-packagr.git"
  },
  "homepage": "https://github.com/ng-packagr/ng-packagr",
  "bugs": {
    "url": "https://github.com/ng-packagr/ng-packagr/issues"
  },
  "resolutions": {
    "strip-ansi": "6.0.1",
    "string-width": "4.2.2",
    "wrap-ansi": "7.0.0"
  },
  "bin": {
    "ng-packagr": "./cli/main.js"
  },
  "main": "./public_api.js",
  "typings": "./public_api.d.ts",
  "dependencies": {
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/wasm-node": "^4.24.0",
    "ajv": "^8.17.1",
    "ansi-colors": "^4.1.3",
    "browserslist": "^4.22.1",
    "chokidar": "^4.0.1",
    "commander": "^13.0.0",
    "convert-source-map": "^2.0.0",
    "dependency-graph": "^1.0.0",
    "esbuild": "^0.25.0",
    "fast-glob": "^3.3.2",
    "find-cache-dir": "^3.3.2",
    "injection-js": "^2.4.0",
    "jsonc-parser": "^3.3.1",
    "less": "^4.2.0",
    "ora": "^5.1.0",
    "piscina": "^4.7.0",
    "postcss": "^8.4.47",
    "rxjs": "^7.8.1",
    "sass": "^1.81.0"
  },
  "optionalDependencies": {
    "rollup": "^4.24.0"
  },
  "peerDependencies": {
    "@angular/compiler-cli": "^19.0.0 || ^19.1.0-next.0 || ^19.2.0-next.0",
    "tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0",
    "tslib": "^2.3.0",
    "typescript": ">=5.5 <5.9"
  },
  "peerDependenciesMeta": {
    "tailwindcss": {
      "optional": true
    }
  },
  "packageManager": "pnpm@9.15.6+sha512.139cab068fdf0b751268179ac5f909b5be72afb4a75c513d1905d151befc8977b593d3cf8671ed83d4d6637c5c94b98ffbce108125de4a5a27a31233601a99de"
}