{
  "name": "@ln-markets/sdk",
  "version": "2.0.2",
  "description": "TypeScript SDK for LNMarkets API",
  "keywords": [
    "api",
    "bitcoin",
    "lightning",
    "ln-markets",
    "sdk",
    "trading"
  ],
  "homepage": "https://github.com/ln-markets/sdk-typescript#readme",
  "bugs": {
    "url": "https://github.com/ln-markets/sdk-typescript/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ln-markets/sdk-typescript.git"
  },
  "files": [
    "dist",
    "src",
    "LICENSE",
    "README.md",
    "package.json",
    "!src/**/*.test.ts"
  ],
  "type": "module",
  "exports": {
    "./rest/v3": {
      "import": "./dist/rest/v3/index.js",
      "types": "./dist/rest/v3/index.d.ts"
    },
    "./stream/v1": {
      "import": "./dist/stream/v1/index.js",
      "types": "./dist/stream/v1/index.d.ts"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsgo --build tsconfig.build.json",
    "format": "oxfmt",
    "lint": "oxlint --type-aware",
    "prepublishOnly": "./scripts/pre-release.sh",
    "spell-check": "cspell --show-context --no-progress '**'",
    "test": "vitest --run",
    "type-check": "tsgo --noEmit",
    "release": "np"
  },
  "dependencies": {
    "eventemitter3": "5.0.4",
    "ky": "2.0.2",
    "ts-pattern": "5.9.0",
    "ws": "8.20.0"
  },
  "devDependencies": {
    "@types/node": "25.6.2",
    "@types/ws": "8.18.1",
    "@typescript/native-preview": "7.0.0-dev.20260511.1",
    "cspell": "10.0.0",
    "knip": "6.12.2",
    "markdownlint-cli": "0.48.0",
    "np": "11.2.0",
    "oxfmt": "0.48.0",
    "oxlint": "1.63.0",
    "oxlint-tsgolint": "0.22.1",
    "tsx": "4.21.0",
    "typescript": "6.0.3",
    "vite": "8.0.12",
    "vitest": "4.1.5"
  },
  "devEngines": {
    "runtime": {
      "name": "node",
      "version": "26.0.0",
      "onFail": "error"
    }
  },
  "engines": {
    "node": "26.0.0",
    "pnpm": "11.1.1"
  },
  "packageManager": "pnpm@11.1.1"
}
