{
"name": "asc-mcp",
"version": "0.1.1",
"description": "MCP server for Apple App Store Connect API — Xcode Cloud, app management, reviews, sales reports.",
"license": "AGPL-3.0-or-later",
"repository": { "type": "git", "url": "https://github.com/menot-you/apple-store-connect" },
"homepage": "https://github.com/menot-you/apple-store-connect",
"keywords": ["mcp", "xcode-cloud", "app-store-connect", "apple", "ci-cd"],
"bin": { "asc-mcp": "run.js" },
"scripts": { "postinstall": "node install.js" },
"files": ["install.js", "run.js", "README.md"],
"os": ["darwin", "linux"],
"cpu": ["arm64", "x64"],
"engines": { "node": ">=16" }
}