{
  "name": "@c-na/pantry-mcp",
  "version": "1.0.5",
  "description": "Minimal MCP for getpantry.cloud JSON storage API.",
  "main": "index.js",
  "type": "module",
  "bin": {
    "pantry-mcp": "./build/index.js"
  },
  "scripts": {
    "build": "tsc && chmod 755 build/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sina-developer/pantry-mcp.git"
  },
  "files": [
    "build"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.11.0",
    "axios": "^1.6.7"
  },
  "author": "c-na.dev",
  "keywords": [
    "pantry",
    "json",
    "json-db",
    "db",
    "mcp"
  ],
  "bugs": {
    "url": "https://github.com/sina-developer/pantry-mcp/issues"
  },
  "homepage": "https://github.com/sina-developer/pantry-mcp#readme",
  "license": "MIT",
  "devDependencies": {
    "@types/axios": "^0.14.4",
    "@types/node": "^22.15.8",
    "typescript": "^5.8.3"
  }
}
