package.json•802 B
{
"name": "mcp-typebot",
"version": "1.0.2",
"description": "",
"main": "index.js",
"bin": {
"mcp-typebot": "dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osdeibi/MCP-typebot.git"
},
"keywords": [
"typebot",
"chatbot",
"open source"
],
"author": "Osdeibi Acurero",
"license": "MIT",
"bugs": {
"url": "https://github.com/osdeibi/MCP-typebot/issues"
},
"homepage": "https://github.com/osdeibi/MCP-typebot#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.1",
"axios": "^1.10.0",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"zod": "^3.25.67"
},
"devDependencies": {
"@types/node": "^24.0.10"
}
}