{
  "name": "living-ai-documentation",
  "version": "3.52.0",
  "packageManager": "npm@10.8.2",
  "description": "Local Markdown documentation hub with a built-in MCP server — coding agents create ADRs, draw diagrams and detect drift while you code.",
  "main": "dist/src/server.js",
  "bin": {
    "living-ai-documentation": "dist/bin/cli.js"
  },
  "preferGlobal": true,
  "files": [
    "dist/",
    "images/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc && vite build --config src/frontend-svelte/vite.config.ts && ts-node scripts/copy-assets.ts && chmod +x dist/bin/cli.js",
    "dev": "node scripts/dev.js",
    "start": "node dist/bin/cli.js",
    "test": "npm run test:e2e",
    "test:e2e": "npm run build && playwright test",
    "test:e2e:ui": "playwright test --ui",
    "test:e2e:video": "npm run build && RECORD_VIDEO=1 playwright test",
    "test:coverage": "rm -rf coverage && npm run build && mkdir -p coverage/tmp && COVERAGE=1 NODE_V8_COVERAGE=coverage/tmp playwright test && c8 report",
    "lint": "biome lint",
    "lint:fix": "biome lint --write",
    "lint:fix:unsafe": "biome lint --write --unsafe",
    "lint:ci": "biome ci",
    "setup-hooks": "git config core.hooksPath .githooks && echo '✓ Git hooks active (.githooks/pre-commit)'",
    "check:readme-sync": "./scripts/check-readme-sync.sh",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "documentation",
    "living-documentation",
    "living-ai-documentation",
    "markdown",
    "viewer",
    "cli",
    "mcp",
    "model-context-protocol",
    "adr",
    "architecture-decision-records",
    "ai",
    "claude",
    "cursor",
    "coding-agent",
    "diagram",
    "c4-model",
    "drift-detection"
  ],
  "author": "Youssef MEDAGHRI-ALAOUI",
  "license": "AGPL-3.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/craftskillz/living-documentation.git"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "1.29.0",
    "archiver": "7.0.1",
    "commander": "14.0.3",
    "express": "5.2.1",
    "marked": "12.0.2"
  },
  "optionalDependencies": {
    "kokoro-js": "^1.2.1"
  },
  "overrides": {
    "glob": "^13.0.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.5.2",
    "@playwright/test": "^1.59.1",
    "@sveltejs/vite-plugin-svelte": "^7.1.2",
    "@tailwindcss/typography": "^0.5.20",
    "@types/archiver": "^7.0.0",
    "@types/express": "^5.0.6",
    "@types/node": "^25.6.0",
    "autoprefixer": "^10.5.2",
    "c8": "^11.0.0",
    "nodemon": "^3.1.14",
    "postcss": "^8.5.16",
    "svelte": "^5.56.1",
    "svelte-check": "^4.5.0",
    "tailwindcss": "^3.4.19",
    "ts-node": "^10.9.2",
    "typescript": "^6.0.3",
    "vite": "^8.0.16"
  },
  "engines": {
    "node": ">=20.19.0"
  }
}
