{
  "name": "md-copilot-viewer",
  "version": "1.0.16",
  "description": "Watch markdown files and view them in a browser with DOCX export",
  "license": "MIT",
  "type": "module",
  "bin": {
    "md-copilot-viewer": "dist/cli.js"
  },
  "files": [
    "dist",
    "web",
    ".env.template",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "start": "node dist/index.js",
    "dev": "tsx watch src/index.ts",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "better-sqlite3": "^12.6.2",
    "chokidar": "^4.0.3",
    "dotenv": "^16.4.7",
    "express": "^4.21.2",
    "express-rate-limit": "^7.5.0",
    "html-to-docx": "^1.8.0",
    "js-yaml": "^4.1.1",
    "katex": "^0.16.25",
    "markdown-it": "^14.1.0",
    "markdown-it-texmath": "^1.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/express": "^4.17.21",
    "@types/js-yaml": "^4.0.9",
    "@types/markdown-it": "^14.1.2",
    "@types/node": "^22.13.10",
    "tsx": "^4.19.3",
    "typescript": "^5.8.2"
  }
}
