{ "name": "@muhammetali/asc-mcp-server", "version": "0.0.0-development", "description": "App Store Connect MCP Server for AI coding agents", "type": "module", "main": "dist/index.js", "bin": { "asc-mcp-server": "dist/index.js" }, "files": [ "dist", "!dist/__tests__", "README.md", "LICENSE" ], "mcpName": "io.github.muhammetali/asc-mcp-server", "keywords": [ "mcp", "model-context-protocol", "appstore", "app-store-connect", "apple", "ios", "testflight", "builds", "reviews", "claude" ], "author": "muhammetali", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/muhammetali/asc-mcp-server.git" }, "homepage": "https://github.com/muhammetali/asc-mcp-server#readme", "bugs": { "url": "https://github.com/muhammetali/asc-mcp-server/issues" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "clean": "rm -rf dist", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "cookie-parser": "^1.4.7", "dotenv": "^16.4.7", "express": "^5.2.1", "jsonwebtoken": "^9.0.2" }, "devDependencies": { "@semantic-release/commit-analyzer": "^13.0.1", "@semantic-release/github": "^12.0.9", "@semantic-release/npm": "^13.1.5", "@semantic-release/release-notes-generator": "^14.1.1", "@types/cookie-parser": "^1.4.10", "@types/express": "^5.0.6", "@types/jsonwebtoken": "^9.0.9", "@types/node": "^22.13.10", "semantic-release": "^25.0.9", "tsx": "^4.19.3", "typescript": "^5.7.3", "vitest": "^4.1.0" } }