{
  "name": "@bluefin-exchange/bluefin7k-aggregator-sdk",
  "version": "7.3.0",
  "description": "",
  "type": "module",
  "exports": {
    ".": {
      "types": "./lib/esm/types/index.d.ts",
      "default": "./lib/esm/index.js"
    }
  },
  "types": "./lib/esm/types/index.d.ts",
  "main": "./lib/esm/index.js",
  "files": [
    "lib/**/*"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rm -rf ./lib",
    "prepare": "husky",
    "tsc": "npx tsc -p ./configs/tsconfig.json --noEmit",
    "lint": "npx eslint ./src",
    "prettier": "npx prettier --write .",
    "build": "npm run clean && npm run build:esm",
    "build:esm": "tsc -p ./configs/tsconfig.json",
    "prepack": "npm run build",
    "test": "NODE_OPTIONS='--import tsx' mocha --timeout 60000",
    "publish:patch": "npm version patch --no-git-tag-version && npm publish",
    "publish:minor": "npm version minor --no-git-tag-version && npm publish",
    "publish:major": "npm version major --no-git-tag-version && npm publish",
    "publish:beta": "npm version prerelease --preid=beta --no-git-tag-version && npm publish --tag beta"
  },
  "engines": {
    "node": ">=24"
  },
  "packageManager": "yarn@4.14.1",
  "keywords": [
    "Bluefin7k Aggregator",
    "DEX Aggregator",
    "Sui Network"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/fireflyprotocol/bluefin7k-typescript-sdk"
  },
  "author": "Bluefin Protocol",
  "license": "MIT",
  "devDependencies": {
    "@eslint/js": "^9.26.0",
    "@mysten/sui": "^2.17.0",
    "@pythnetwork/pyth-sui-js": "^2.1.0",
    "@types/chai": "^5.2.2",
    "@types/eslint__js": "^8.42.3",
    "@types/mocha": "^10.0.10",
    "chai": "^5.2.0",
    "eslint": "^9.29.0",
    "husky": "^9.1.7",
    "mocha": "^11.6.0",
    "tsx": "^4.21.0",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.34.1"
  },
  "peerDependencies": {
    "@mysten/sui": "^2.17.0",
    "@pythnetwork/pyth-sui-js": "^2.1.0"
  },
  "overrides": {
    "@mysten/sui": "^2.17.0"
  },
  "resolutions": {
    "@mysten/sui": "^2.17.0"
  },
  "dependencies": {
    "uuid": "^13.0.0"
  }
}
