package.json 355 B

1234567891011121314151617
  1. {
  2. "name": "claude-channel-imessage",
  3. "version": "0.1.0",
  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. "zod": "^3.23.8"
  13. },
  14. "devDependencies": {
  15. "@types/bun": "^1.3.10"
  16. }
  17. }