{
  "name": "@dicedhq/clob",
  "version": "0.1.5",
  "description": "Polymarket Clob TypeScript library",
  "license": "MIT",
  "type": "module",
  "engines": {
    "node": ">=22.x",
    "bun": ">=1.3.x"
  },
  "author": {
    "name": "Kenji Lau",
    "email": "hello@kenji.sh",
    "url": "https://kenji.sh"
  },
  "keywords": [
    "polymarket",
    "order-book",
    "clob",
    "trading",
    "prediction-markets",
    "crypto"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/roushou/polys",
    "directory": "packages/clob"
  },
  "bugs": {
    "url": "https://github.com/roushou/polys/issues"
  },
  "homepage": "https://github.com/roushou/polys#readme",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "src",
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsgo",
    "prepublishOnly": "bun run build",
    "publish:npm": "bun publish --access public",
    "publish:jsr": "bunx jsr publish",
    "publish:dry-run": "bun publish --dry-run && bunx jsr publish --dry-run"
  },
  "dependencies": {
    "@dicedhq/core": "0.1.1",
    "ky": "^1.14.0"
  },
  "devDependencies": {
    "@typescript/native-preview": "^7.0.0-dev.20251112.1"
  },
  "peerDependencies": {
    "viem": "^2.38.6"
  }
}
