package.json•955 B
{
"name": "@abhaybabbar/retellai-mcp-server",
"version": "1.0.2",
"type": "module",
"main": "build/index.js",
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"prepare": "npm run build",
"watch": "tsc --watch",
"inspector": "npx @modelcontextprotocol/inspector build/index.js"
},
"keywords": [],
"author": "abhaybabbar",
"license": "ISC",
"description": "RetellAi MCP Server",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.0",
"dotenv": "^16.5.0",
"retell-sdk": "^4.28.0"
},
"bin": {
"@abhaybabbar/retellai-mcp-server": "build/index.js"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/abhaybabbar/retellai-mcp-server.git"
},
"bugs": {
"url": "https://github.com/abhaybabbar/retellai-mcp-server/issues"
},
"homepage": "https://github.com/abhaybabbar/retellai-mcp-server#readme"
}