{ "name": "paydirt-mcp", "version": "2.4.0", "mcpName": "io.github.Paydirt-AI/paydirt-mcp", "description": "Agent-native installer and control plane for Paydirt iOS feedback", "main": "dist/index.js", "type": "module", "engines": { "node": ">=18" }, "bin": { "paydirt-mcp": "dist/index.js" }, "files": [ "dist", ".mcp/server.json", "CHANGELOG.md", "SECURITY.md" ], "scripts": { "build": "tsc", "test": "npm run build && node --test test/*.test.mjs && npm run validate:distribution", "validate:distribution": "node scripts/validate-distribution.mjs", "start": "node dist/index.js", "dev": "tsx src/index.ts", "prepublishOnly": "npm run build", "start:hosted": "node dist/http.js", "dev:hosted": "tsx src/http.ts" }, "repository": { "type": "git", "url": "git+https://github.com/Paydirt-AI/paydirt-mcp.git" }, "homepage": "https://www.paydirt.ai/docs#agent-installation", "bugs": { "url": "https://github.com/Paydirt-AI/paydirt-mcp/issues" }, "keywords": [ "mcp", "codex", "claude-code", "coding-agent", "ios", "revenuecat", "storekit", "superwall", "slack", "paydirt", "feedback", "voice", "ai" ], "author": "Paydirt", "license": "MIT", "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "express": "^5.2.1" }, "devDependencies": { "@types/express": "^5.0.6", "@types/node": "^20.10.0", "tsx": "^4.7.0", "typescript": "^5.3.0" } }