@blocktopus/mcp-google-play
Version:
MCP server for Google Play Store command line tools
63 lines (62 loc) • 1.42 kB
JSON
{
"name": "@blocktopus/mcp-google-play",
"version": "0.1.2",
"description": "MCP server for Google Play Store command line tools",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"bin": {
"mcp-google-play": "dist/index.js"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "tsc",
"clean": "rimraf dist",
"prepare": "npm run clean && npm run build",
"dev": "tsx watch src/index.ts",
"test": "jest"
},
"keywords": [
"mcp",
"google-play",
"play-store",
"android",
"app-store",
"cli"
],
"author": "BlocktopusLtd",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"googleapis": "^140.0.0",
"google-auth-library": "^9.7.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.11.0",
"typescript": "^5.3.3",
"tsx": "^4.7.0",
"rimraf": "^5.0.5",
"jest": "^29.7.0",
"@types/jest": "^29.5.11"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlocktopusLtd/mcp-google-play.git"
},
"bugs": {
"url": "https://github.com/BlocktopusLtd/mcp-google-play/issues"
},
"homepage": "https://github.com/BlocktopusLtd/mcp-google-play#readme"
}