{
  "name": "odin-market-feed-sdk",
  "version": "1.0.0",
  "description": "ODIN Market Feed WebSocket API with TypeScript support, auto-reconnection, and compression",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "clean": "rimraf dist",
    "prepublishOnly": "npm run clean && npm run build",
    "prepack": "npm run build",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "example": "ts-node examples/basic-usage.ts",
    "lint": "tsc --noEmit",
    "prepare": "npm run build"
  },
  "keywords": [
    "odin",
    "market-feed",
    "websocket",
    "trading",
    "market-data",
    "stock-market",
    "real-time",
    "streaming",
    "typescript",
    "financial-data",
    "market-streaming",
    "touchline",
    "best-five",
    "quotes",
    "stock-quotes"
  ],
  "author": "Your Name <your.email@example.com>",
  "license": "MIT",
  "dependencies": {
    "ws": "^8.14.2"
  },
  "devDependencies": {
    "@types/node": "^20.8.0",
    "@types/ws": "^8.5.8",
    "typescript": "^5.2.2",
    "ts-node": "^10.9.1",
    "jest": "^29.7.0",
    "@types/jest": "^29.5.5",
    "rimraf": "^5.0.5"
  },
  "engines": {
    "node": ">=14.0.0",
    "npm": ">=6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yourusername/odin-market-feed-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/yourusername/odin-market-feed-sdk/issues"
  },
  "homepage": "https://github.com/yourusername/odin-market-feed-sdk#readme"
}
