@feedmob/applovin-reporting
Version:
MCP server for Applovin API
43 lines (42 loc) • 938 B
JSON
{
"name": "@feedmob/applovin-reporting",
"version": "0.0.1",
"description": "MCP server for Applovin API",
"main": "dist/index.js",
"author": "FeedMob",
"homepage": "https://github.com/feed-mob/fm-mcp-servers",
"bugs": "https://github.com/feed-mob/fm-mcp-servers/issues",
"type": "module",
"bin": {
"applovin-reporting": "dist/index.js"
},
"files": [
"dist",
"README.md"
],
"keywords": [
"mcp",
"applovin"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"dotenv": "^16.4.7",
"node-fetch": "^2.7.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.10",
"@types/node-fetch": "^2.6.12",
"ts-node": "^10.9.2",
"shx": "^0.3.4",
"typescript": "^5.8.2"
}
}