{
  "name": "mcp-raindrop-server",
  "version": "1.0.7",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "mcp-raindrop": "./dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "mcp",
    "raindrop",
    "bookmark",
    "ai",
    "model-context-protocol"
  ],
  "author": "",
  "license": "MIT",
  "description": "A Model Context Protocol (MCP) server implementation for Raindrop.io API, providing bookmark management capabilities",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/your-username/mcp-raindrop.git"
  },
  "bugs": {
    "url": "https://github.com/your-username/mcp-raindrop/issues"
  },
  "homepage": "https://github.com/your-username/mcp-raindrop#readme",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.5.0",
    "@types/node": "^22.13.4",
    "typescript": "^5.7.3",
    "dotenv": "^16.0.0",
    "zod": "^3.24.2"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}