{
  "name": "rewind-mcp-server",
  "version": "1.0.1",
  "description": "MCP server for the Rewind personal data API",
  "type": "module",
  "packageManager": "npm@11.5.2",
  "bin": {
    "rewind-mcp-server": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "build:web": "node scripts/inline-bundles.mjs",
    "check:web": "node scripts/inline-bundles.mjs --check",
    "dev": "tsc --watch",
    "dev:workbench": "vite --config web-workbench/vite.config.ts",
    "fixtures:seed": "node scripts/seed-fixtures.mjs",
    "start": "node dist/index.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "mcp:update": "vitest run src/__tests__/manifest-snapshot.test.ts --update",
    "check:docs": "npm run build && node scripts/check-docs.mjs",
    "inspect": "npx @modelcontextprotocol/inspector node dist/index.js",
    "deploy": "npm run build:web && wrangler deploy",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "mcp-server",
    "rewind",
    "personal-data",
    "lastfm",
    "strava",
    "plex",
    "discogs",
    "instapaper",
    "claude",
    "anthropic"
  ],
  "author": "Patrick Dugan",
  "license": "MIT",
  "homepage": "https://rewind.rest",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pdugan20/rewind.git",
    "directory": "mcp-server"
  },
  "bugs": {
    "url": "https://github.com/pdugan20/rewind/issues"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "dependencies": {
    "@cloudflare/workers-oauth-provider": "^0.8.2",
    "@modelcontextprotocol/ext-apps": "^1.7.0",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "react": "^19.2.5",
    "react-dom": "^19.2.5",
    "thumbhash": "^0.1.1",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@cloudflare/workers-types": "^4.20260403.1",
    "@types/node": "^22.0.0",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^6.0.1",
    "typescript": "^6.0.3",
    "vite": "^8.0.9",
    "vite-plugin-singlefile": "^2.3.3",
    "vitest": "^4.1.2"
  }
}
