{
  "name": "doc-wiki",
  "version": "0.1.0",
  "description": "Documentation wiki generator and maintainer that runs entirely as Claude Code skills, agents, and TypeScript helpers.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/narailabs/doc-wiki.git"
  },
  "keywords": [
    "claude-code",
    "documentation",
    "wiki",
    "agent",
    "skill",
    "narai-primitives",
    "knowledge-base"
  ],
  "type": "module",
  "engines": {
    "node": ">=20.10.0 <21.0.0"
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "build": "tsc -b tsconfig.build.json",
    "typecheck": "tsc --noEmit",
    "dev": "tsx",
    "benchmark": "node benchmark/harness/cli.js"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.19.39",
    "@types/pg": "^8.20.0",
    "@vitest/coverage-v8": "^3.0.0",
    "aws-sdk-client-mock": "^4.1.0",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "vitest": "^3.0.0"
  },
  "dependencies": {
    "better-sqlite3": "^12.9.0",
    "fast-xml-parser": "^5.5.12",
    "graphology": "^0.26.0",
    "graphology-shortest-path": "^2.1.0",
    "ignore": "^5.3.2",
    "js-yaml": "^4.1.1",
    "jszip": "^3.10.1",
    "mammoth": "^1.12.0",
    "mongodb": "^7.1.1",
    "mssql": "^12.2.1",
    "mysql2": "^3.22.0",
    "narai-primitives": "2.6.0",
    "pdfjs-dist": "^5.6.205",
    "pg": "^8.20.0",
    "smol-toml": "^1.6.1"
  },
  "optionalDependencies": {
    "@aws-sdk/client-cloudwatch": "^3.1030.0",
    "@aws-sdk/client-dynamodb": "^3.1030.0",
    "@aws-sdk/client-lambda": "^3.1030.0",
    "@aws-sdk/client-rds": "^3.1030.0",
    "@aws-sdk/client-s3": "^3.1030.0"
  }
}
