{
  "name": "@z29k/notabene",
  "version": "0.15.3",
  "description": "Navigable docs renderer + human↔agent review loop. Leave review comments right on your rendered docs; an agent reads .notabene/, applies the feedback, and journals it.",
  "type": "module",
  "license": "MIT",
  "author": "z29k",
  "homepage": "https://z29k.github.io/notabene/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/z29k/notabene.git",
    "directory": "packages/renderer"
  },
  "bugs": {
    "url": "https://github.com/z29k/notabene/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "notabene": "bin/notabene.mjs"
  },
  "files": [
    "bin",
    "src",
    "templates",
    "protocol.md",
    "astro.config.mjs",
    "tsconfig.json"
  ],
  "scripts": {
    "dev": "node bin/notabene.mjs dev",
    "build": "node bin/notabene.mjs build",
    "test": "vitest run",
    "test:watch": "vitest",
    "check": "astro check",
    "lint": "biome check bin src test",
    "format": "biome format --write bin src test"
  },
  "dependencies": {
    "@astrojs/markdown-remark": "^7.2.0",
    "@astrojs/mdx": "^6.0.3",
    "@astrojs/node": "^10.1.4",
    "@astrojs/sitemap": "^3.6.0",
    "@milkdown/kit": "^7.21.3",
    "astro": "^6.4.8",
    "github-slugger": "^2.0.0",
    "mermaid": "^11.16.0",
    "remark-gfm": "^4.0.1",
    "remark-parse": "^11.0.0",
    "remark-stringify": "^11.0.0",
    "unified": "^11.0.5"
  },
  "peerDependencies": {
    "pagefind": ">=1.3",
    "puppeteer": ">=23"
  },
  "peerDependenciesMeta": {
    "pagefind": {
      "optional": true
    },
    "puppeteer": {
      "optional": true
    }
  },
  "devDependencies": {
    "@astrojs/check": "^0.9.0",
    "@biomejs/biome": "^2.0.0",
    "@types/node": "^22.10.0",
    "typescript": "^5.6.0",
    "vitest": "^3.0.0"
  },
  "keywords": [
    "docs",
    "documentation",
    "review",
    "comments",
    "mdx",
    "markdown",
    "astro",
    "ai",
    "agent",
    "docs-as-code",
    "claude-code",
    "technical-writing"
  ],
  "engines": {
    "node": ">=22.12.0"
  }
}
