{
  "name": "stickyrice-mcp",
  "version": "0.1.4",
  "description": "MCP server for Sticky Rice - interact with your notes from Claude",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "stickyrice-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "claude",
    "anthropic",
    "sticky-notes",
    "productivity",
    "ai"
  ],
  "author": "Sticky Rice",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/azamuddin/stickyrice-mcp"
  },
  "homepage": "https://stickyrice.app",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "convex": "^1.31.2",
    "zod": "^3.25.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "tsx": "^4.0.0",
    "typescript": "^5.8.0"
  },
  "engines": {
    "node": ">=18"
  }
}
