package.json 306 B

1234567891011121314
  1. {
  2. "name": "claude-channel-discord",
  3. "version": "0.0.1",
  4. "license": "Apache-2.0",
  5. "type": "module",
  6. "bin": "./server.ts",
  7. "scripts": {
  8. "start": "bun install --no-summary && bun server.ts"
  9. },
  10. "dependencies": {
  11. "@modelcontextprotocol/sdk": "^1.0.0",
  12. "discord.js": "^14.14.0"
  13. }
  14. }