{
  "name": "@crexi-dev/ng-packagr",
  "version": "9.2.2",
  "description": "Compile and package a TypeScript library to Angular Package Format",
  "keywords": [
    "angular",
    "angular2",
    "angular4",
    "angular-library",
    "angular-components",
    "component-library",
    "typescript",
    "css",
    "scss",
    "html"
  ],
  "author": "David Herges <david@spektrakel.de>",
  "license": "MIT",
  "repository": "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-commonjs": "^11.0.2",
    "@rollup/plugin-json": "^4.0.0",
    "@rollup/plugin-node-resolve": "^7.1.0",
    "ajv": "^6.10.2",
    "autoprefixer": "^9.6.5",
    "browserslist": "^4.7.0",
    "chalk": "^3.0.0",
    "chokidar": "^3.2.1",
    "clean-css": "^4.1.11",
    "commander": "^4.0.0",
    "fs-extra": "^9.0.0",
    "glob": "^7.1.2",
    "injection-js": "^2.2.1",
    "less": "^3.10.3",
    "node-sass-tilde-importer": "^1.0.0",
    "postcss": "^7.0.18",
    "postcss-url": "^8.0.0",
    "pug": "^2.0.3",
    "read-pkg-up": "^5.0.0",
    "rimraf": "^3.0.0",
    "rollup": "2.2.0",
    "rollup-plugin-sourcemaps": "^0.5.0",
    "rxjs": "^6.5.0",
    "sass": "^1.23.0",
    "stylus": "^0.54.7",
    "terser": "^4.3.8",
    "update-notifier": "^4.0.0"
  },
  "peerDependencies": {
    "@angular/compiler": "^9.0.0",
    "@angular/compiler-cli": "^9.0.0",
    "tslib": "^1.9.0",
    "typescript": ">=3.6 < 3.9"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -e",
      "pre-commit": "pretty-quick --staged"
    }
  },
  "scripts": {}
}