{
  "name": "pump-chat-client",
  "version": "1.0.1",
  "description": "WebSocket client for connecting to pump.fun token chat rooms",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build"
  },
  "keywords": [
    "pump.fun",
    "chat",
    "websocket",
    "solana",
    "crypto",
    "socket.io"
  ],
  "author": "codingbutter",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/codingbutter/pump-chat-client"
  },
  "bugs": {
    "url": "https://github.com/codingbutter/pump-chat-client/issues"
  },
  "homepage": "https://github.com/codingbutter/pump-chat-client#readme",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "devDependencies": {
    "@types/node": "^24.1.0",
    "@types/websocket": "^1.0.10",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "websocket": "^1.0.35"
  }
}
