UNPKG

@feedmob/liftoff-reporting

Version:

MCP Server for Liftoff Reporting API

39 lines (38 loc) 856 B
{ "name": "@feedmob/liftoff-reporting", "version": "0.0.3", "description": "MCP Server for Liftoff Reporting API", "main": "dist/index.js", "type": "module", "bin": { "liftoff-reporting": "dist/index.js" }, "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch" }, "files": [ "dist", "README.md" ], "keywords": [ "mcp", "appsamurai" ], "author": "FeedMob", "homepage": "https://github.com/feed-mob/fm-mcp-servers", "bugs": "https://github.com/feed-mob/fm-mcp-servers/issues", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "axios": "^1.7.2", "dotenv": "^16.4.5", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.14.9", "typescript": "^5.5.2", "shx": "^0.3.4" } }