package.json•941 B
{
"name": "better-auth-mcp-server",
"version": "1.0.2",
"main": "dist/index.js",
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"better-auth",
"mcp",
"authentication",
"typescript"
],
"author": "",
"license": "ISC",
"description": "Comprehensive Better Auth MCP Server with complete documentation and configuration tools",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.1",
"axios": "^1.11.0",
"better-auth": "^1.3.4",
"cheerio": "^1.1.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^5.1.0",
"nodemailer": "^7.0.5",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^20.19.9",
"nodemon": "^3.1.7",
"ts-node": "^10.9.0",
"tsx": "^4.20.3",
"typescript": "^5.0.0"
}
}