{
  "name": "@ng-doc/core",
  "version": "20.0.0",
  "type": "commonjs",
  "sideEffects": false,
  "dependencies": {
    "posthtml-render": "3.0.0",
    "posthtml-parser": "0.11.0",
    "css-what": "6.1.0",
    "esthetic": "0.5.6-beta.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "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"
}