{
  "name": "@nevuamarkets/poly-websockets",
  "version": "1.0.2",
  "description": "Plug-and-play Polymarket WebSocket price alerts",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build && npm run test",
    "test": "vitest run --exclude 'tests/live/**'",
    "test:live": "vitest run tests/live",
    "prepublishOnly": "npm run test:live"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nevuamarkets/poly-websockets.git"
  },
  "keywords": [
    "polymarket",
    "polymarket-api",
    "websocket",
    "price",
    "market",
    "alerts",
    "real-time",
    "trading",
    "prediction-markets"
  ],
  "author": "Nevua Software, LLC",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nevuamarkets/poly-websockets/issues"
  },
  "homepage": "https://github.com/nevuamarkets/poly-websockets#readme",
  "dependencies": {
    "lodash": "^4.17.21",
    "ms": "^2.1.3",
    "uuid": "^11.1.0",
    "winston": "^3.17.0",
    "ws": "^8.18.2"
  },
  "devDependencies": {
    "@types/lodash": "^4.17.17",
    "@types/ms": "^2.1.0",
    "@types/ws": "^8.18.1",
    "typescript": "^5.4.2",
    "vitest": "^3.0.7",
    "@types/node": "^22.13.11"
  }
}
