{
  "name": "ng-packagr",
  "version": "16.2.3",
  "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": "^16.14.0 || >=18.10.0"
  },
  "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"
  },
  "bin": {
    "ng-packagr": "./cli/main.js"
  },
  "main": "./public_api.js",
  "typings": "./public_api.d.ts",
  "dependencies": {
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "ajv": "^8.11.0",
    "ansi-colors": "^4.1.3",
    "autoprefixer": "^10.4.12",
    "browserslist": "^4.21.4",
    "cacache": "^18.0.0",
    "chokidar": "^3.5.3",
    "commander": "^11.0.0",
    "convert-source-map": "^2.0.0",
    "dependency-graph": "^0.11.0",
    "esbuild-wasm": "^0.19.0",
    "fast-glob": "^3.2.12",
    "find-cache-dir": "^3.3.2",
    "injection-js": "^2.4.0",
    "jsonc-parser": "^3.2.0",
    "less": "^4.1.3",
    "ora": "^5.1.0",
    "piscina": "^4.0.0",
    "postcss": "^8.4.16",
    "postcss-url": "^10.1.3",
    "rollup": "^3.0.0",
    "rxjs": "^7.5.6",
    "sass": "^1.55.0"
  },
  "optionalDependencies": {
    "esbuild": "^0.19.0"
  },
  "peerDependencies": {
    "@angular/compiler-cli": "^16.0.0 || ^16.2.0-next.0",
    "tailwindcss": "^2.0.0 || ^3.0.0",
    "tslib": "^2.3.0",
    "typescript": ">=4.9.3 <5.2"
  },
  "peerDependenciesMeta": {
    "tailwindcss": {
      "optional": true
    }
  }
}