{
  "name": "@nx-plus/docusaurus",
  "version": "15.0.0-rc.0",
  "main": "src/index.js",
  "generators": "./generators.json",
  "executors": "./executors.json",
  "description": "Docusaurus plugin for Nx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ZachJW34/nx-plus.git"
  },
  "keywords": [
    "nx",
    "docusaurus",
    "documentation",
    "website"
  ],
  "author": "Zachary Williams <zachjw34@gmail.com> (https://github.com/ZachJW34/)",
  "contributors": [
    "Bucky Maler <maler.bucky@gmail.com> (http://buckymaler.com/)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ZachJW34/nx-plus/issues"
  },
  "homepage": "https://github.com/ZachJW34/nx-plus/tree/master/libs/docusaurus#readme",
  "peerDependencies": {
    "@nrwl/workspace": "^15.0.0"
  },
  "dependencies": {
    "@nrwl/devkit": "^15.0.0"
  },
  "types": "./src/index.d.ts"
}
