UNPKG

@marcelocorrea/mcp-hotmart-api

Version:

MCP Server para integração com API Hotmart

34 lines (33 loc) 705 B
{ "name": "@marcelocorrea/mcp-hotmart-api", "version": "1.0.1", "description": "MCP Server para integração com API Hotmart", "type": "module", "main": "dist/index.js", "bin": { "mcp-hotmart-api": "./dist/index.js" }, "scripts": { "build": "tsc", "watch": "tsc --watch", "start": "node dist/index.js", "dev": "tsc && node dist/index.js" }, "keywords": [ "mcp", "hotmart", "api", "marketing" ], "author": "Marcelo Corrêa", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "dotenv": "^16.4.7", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.10.5", "typescript": "^5.7.3" } }