{
  "author": "Bluefin",
  "dependencies": {
    "@firefly-exchange/library-sui": "^3.0.0",
    "@mysten/bcs": "^2.0.0",
    "@types/ws": "^8.5.13",
    "axios": "^1.13.6",
    "isomorphic-ws": "^5.0.0",
    "ws": "^8.18.0"
  },
  "description": "OpenAPI client for @bluefin-exchange/pro-sdk",
  "devDependencies": {
    "@types/node": "^22.10.7",
    "typescript": "^4.0 || ^5.0"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist/"
  ],
  "keywords": [
    "@fireflyprotocol/pro-sdk"
  ],
  "type": "module",
  "engines": {
    "node": ">=24"
  },
  "license": "Unlicense",
  "main": "./dist/index.js",
  "name": "@bluefin-exchange/pro-sdk",
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
  "peerDependencies": {
    "@mysten/sui": "^2.13.0"
  },
  "resolutions": {
    "@mysten/sui": "^2.13.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fireflyprotocol/pro-sdk.git"
  },
  "scripts": {
    "build": "npm run clean && npm run build:esm",
    "build:esm": "tsc -p tsconfig.esm.json",
    "build:types": "tsc -p tsconfig.esm.json --noEmit",
    "build:example": "tsc -p tsconfig.example.json",
    "clean": "rm -rf dist",
    "prepare": "npm run build"
  },
  "types": "./dist/index.d.ts",
  "version": "2.0.0"
}
