package.json•1.03 kB
{
"name": "typebot-mcp",
"version": "1.0.3",
"description": "",
"main": "index.js",
"module": "./src/index.ts",
"bin": {
"typebot-mcp": "dist/index.js"
},
"scripts": {
"build": "npx @smithery/cli build",
"dev": "npx @smithery/cli dev",
"start": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/hithereiamaliff/typebot-mcp.git"
},
"keywords": [
"typebot",
"chatbot",
"open source"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/hithereiamaliff/typebot-mcp/issues"
},
"homepage": "https://github.com/hithereiamaliff/typebot-mcp",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.1",
"axios": "^1.10.0",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"zod": "^3.25.67"
},
"devDependencies": {
"@smithery/cli": "^1.0.0",
"tsx": "^4.0.0",
"@types/axios": "^0.9.36",
"@types/dotenv": "^6.1.1",
"@types/express": "^5.0.3",
"@types/node": "^24.0.10"
}
}