mcp-discord/package.json

27 lines
574 B
JSON

{
"name": "mcp-discord",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts"
},
"author": "",
"license": "MIT",
"description": "",
"devDependencies": {
"@types/node": "^20.17.26",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"discord.js": "^14.18.0",
"dotenv": "^16.4.7",
"zod": "^3.24.2"
}
}