{ "name": "@akoskomuves/appstoreconnect-mcp", "version": "1.13.0", "description": "Model Context Protocol server for the Apple App Store Connect API.", "mcpName": "io.github.akoskomuves/appstoreconnect-mcp", "type": "module", "bin": { "appstoreconnect-mcp": "dist/index.js" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "data", "README.md", "LICENSE", "CHANGELOG.md" ], "scripts": { "build": "tsc -p tsconfig.build.json && chmod +x dist/index.js", "check:dist": "node scripts/check-dist-fresh.mjs", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "typecheck": "tsc --noEmit", "lint": "biome check --max-diagnostics=200 .", "lint:fix": "biome check --write --max-diagnostics=200 .", "format": "biome format --write .", "test": "vitest run", "test:watch": "vitest", "changeset": "changeset", "version": "changeset version && node scripts/sync-server-json.mjs", "release": "npm run build && changeset publish", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "claude", "anthropic", "app-store-connect", "appstoreconnect", "appstore", "ios", "asc", "subscription-pricing", "ppp" ], "author": { "name": "Akos Komuves", "email": "komuvesakos@icloud.com", "url": "https://github.com/akoskomuves" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/akoskomuves/appstoreconnect-mcp.git" }, "bugs": { "url": "https://github.com/akoskomuves/appstoreconnect-mcp/issues" }, "homepage": "https://github.com/akoskomuves/appstoreconnect-mcp#readme", "engines": { "node": ">=22" }, "dependencies": { "@apple/app-store-server-library": "^3.1.0", "@inquirer/prompts": "^8.4.2", "jose": "^6.2.0", "open": "^11.0.0", "zod": "^4.2.0", "@modelcontextprotocol/server": "^2.0.0" }, "devDependencies": { "@biomejs/biome": "^2.0.0", "@changesets/cli": "^2.27.0", "@types/node": "^22.10.0", "@vitest/coverage-v8": "^4.1.5", "tsx": "^4.19.0", "typescript": "^5.7.0", "vitest": "^4.1.5" } }