{
  "name": "suppa-mcp-2",
  "version": "1.19.0",
  "description": "MCP server for the Suppa platform (modern.suppa.me) — Tasks, Docs/Pages, Entities & Schema, Forms, Automations, and file attachments, with multi-tenant Google auth. Node port of PyPI suppa-mcp.",
  "type": "module",
  "bin": {
    "suppa-mcp": "dist/bin.js",
    "suppa-entity-guards": "skills/suppa-entity-code/scripts/install-entity-code-guards.mjs"
  },
  "main": "dist/bin.js",
  "files": [
    "dist",
    "skills",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "tsc",
    "clean": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
    "rebuild": "npm run clean && npm run build",
    "start": "node dist/bin.js",
    "dev": "tsc --watch",
    "test": "node scripts/check-version-literals.mjs && vitest run",
    "postinstall": "node skills/suppa-entity-code/scripts/postinstall.mjs",
    "test:watch": "vitest",
    "prepublishOnly": "npm run build && npm test",
    "inspect": "npx @modelcontextprotocol/inspector node dist/bin.js",
    "schema:gate": "node skills/suppa-entity-code/scripts/entity-code-guard.mjs --ci .",
    "guards:install": "node skills/suppa-entity-code/scripts/install-entity-code-guards.mjs"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "suppa",
    "modern-expo",
    "ai",
    "llm",
    "tools",
    "claude",
    "copilot",
    "cursor"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://git.modern-expo.com/asu/me-development/skills.git",
    "directory": "suppa-mcp-node"
  },
  "homepage": "https://modern.suppa.me",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.18.0",
    "@napi-rs/keyring": "^1.1.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.6.0",
    "vitest": "^2.1.0"
  }
}
