{
  "name": "@vncsleal/quillby",
  "version": "0.4.2",
  "description": "MCP server for multi-client content operations: brand voice memory, daily research briefs, and drafts. Agent-first, no server-side LLM.",
  "license": "MIT",
  "author": "Vinicius Leal",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vncsleal/quillby-mcp.git"
  },
  "homepage": "https://github.com/vncsleal/quillby-mcp#readme",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "content",
    "editorial",
    "research",
    "briefing",
    "brand-voice",
    "agent"
  ],
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "quillby-mcp": "dist/bin/quillby-mcp.js"
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "npm run clean && tsc",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist",
    "test": "vitest run",
    "test:e2e": "node tests/e2e.mjs",
    "test:all": "npm run typecheck && npm run build && npm test && npm run test:e2e",
    "prepublishOnly": "npm run test:all"
  },
  "engines": {
    "node": ">=24.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/server": "^2.0.0",
    "@mozilla/readability": "^0.6.0",
    "better-sqlite3": "^13.0.2",
    "cheerio": "^1.1.0",
    "jsdom": "^29.1.1",
    "rss-parser": "^3.13.0",
    "turndown": "^7.2.0",
    "zod": "^4.0.0"
  },
  "devDependencies": {
    "@modelcontextprotocol/client": "^2.0.0",
    "@types/better-sqlite3": "^9.6.0",
    "@types/jsdom": "^28.0.3",
    "@types/node": "^24.0.0",
    "@types/turndown": "^5.0.5",
    "tsx": "^4.19.0",
    "typescript": "^5.8.3",
    "vitest": "^4.1.0"
  }
}
