{
  "name": "agent-files-watcher",
  "version": "1.0.3",
  "description": "A comprehensive CLI tool and MCP server for synchronizing AI agent documentation using a partials-to-templates architecture",
  "main": "dist/index.js",
  "bin": {
    "agent-context": "dist/index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "ts-node src/index.ts",
    "build": "tsc",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "ai-agents",
    "documentation",
    "mcp",
    "model-context-protocol",
    "synchronization",
    "templates",
    "mustache",
    "cli-tool",
    "agent-context",
    "documentation-management",
    "living-documentation",
    "partials"
  ],
  "author": "Jordan Peck <jordan1peck@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jrpeck1989/agent-files-watcher.git"
  },
  "homepage": "https://github.com/jrpeck1989/agent-files-watcher#readme",
  "bugs": {
    "url": "https://github.com/jrpeck1989/agent-files-watcher/issues"
  },
  "packageManager": "pnpm@10.6.3",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.17.2",
    "chokidar": "^4.0.3",
    "commander": "^14.0.0",
    "express": "^5.1.0",
    "js-yaml": "^4.1.0",
    "json-rpc-2.0": "^1.7.1",
    "mustache": "^4.2.0",
    "remark": "^15.0.1",
    "unified": "^11.0.5",
    "vscode-jsonrpc": "^8.2.1",
    "zod": "^4.0.17"
  },
  "devDependencies": {
    "@types/express": "^5.0.3",
    "@types/js-yaml": "^4.0.9",
    "@types/mustache": "^4.2.6",
    "@types/node": "^24.2.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.2"
  }
}
