{
  "name": "@ng-doc/builder",
  "version": "20.0.0",
  "type": "commonjs",
  "builders": "./builders.json",
  "schematics": "./schematics/collection.json",
  "ng-update": {
    "migrations": "./schematics/migration.json",
    "packageGroup": [
      "ng-doc"
    ]
  },
  "dependencies": {
    "@ng-doc/core": "20.0.0",
    "@ng-doc/utils": "20.0.0",
    "@angular-devkit/architect": ">=0.2000.0 < 0.2100.0",
    "@angular-devkit/build-angular": ">=20.0.0 < 21.0.0",
    "minimatch": "9.0.1",
    "rxjs": "^7.0.0",
    "ts-morph": "22.0.0",
    "nunjucks": "3.2.4",
    "@orama/orama": "2.0.17",
    "@orama/plugin-parsedoc": "2.0.17",
    "posthtml-parser": "0.11.0",
    "prettier": "<4.0.0",
    "fast-glob": "3.3.2",
    "gray-matter": "4.0.3",
    "marked": "12.0.1",
    "esbuild": "0.19.12",
    "cosmiconfig": "8.2.0",
    "@prettier/sync": "0.5.2",
    "cosmiconfig-typescript-loader": "5.0.0",
    "find-cache-dir": "3.3.2",
    "tslib": "^2.6.2",
    "ng-morph": "4.0.3",
    "parsimmon": "^1.18.1",
    "@parcel/watcher": "2.4.1",
    "@microsoft/tsdoc": "0.15.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "overrides": {
    "nunjucks": {
      "chokidar": "^4.0.0"
    }
  },
  "types": "./index.d.ts",
  "main": "./index.js",
  "keywords": [
    "angular",
    "documentation",
    "generator",
    "builder",
    "guides",
    "api",
    "demo",
    "ng-doc"
  ],
  "author": "Skoropad Aleksandr <alex@skoropad.dev>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ng-doc/ng-doc.git"
  },
  "bugs": {
    "url": "https://github.com/ng-doc/ng-doc/issues"
  },
  "homepage": "https://ng-doc.com",
  "license": "MIT"
}