{
  "name": "@pendle/boros-sdk-public",
  "description": "Pendle Boros SDK (public) — TypeScript client for Boros apis",
  "license": "MIT",
  "version": "0.4.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pendle-finance/boros-sdk-public.git"
  },
  "homepage": "https://github.com/pendle-finance/boros-sdk-public#readme",
  "bugs": {
    "url": "https://github.com/pendle-finance/boros-sdk-public/issues"
  },
  "scripts": {
    "build": "yarn clean && yarn tsc -p ./tsconfig.build.json",
    "typecheck": "tsc --noemit --project tsconfig.json",
    "clean": "rm -rf dist",
    "format": "yarn biome format --write",
    "lint": "yarn biome lint --write",
    "prepack": "yarn build",
    "release": "npm publish --tag nightly",
    "prepare": "husky install",
    "generateContractErrors": "yarn tsx scripts/generatePendleContractErrorMessageHandler.ts",
    "gen-backend-sdk": "bash ./scripts/genBorosBackendSDK.sh"
  },
  "devDependencies": {
    "@biomejs/biome": "1.9.4",
    "@changesets/cli": "^2.27.11",
    "@types/node": "^22.10.0",
    "husky": "^8.0.0",
    "lint-staged": "^15.2.9",
    "swagger-typescript-api": "13.2.3",
    "ts-node": "^10.9.2",
    "tsx": "^4.16.2",
    "typescript": "^5.7.3"
  },
  "dependencies": {
    "@pendle/boros-core": "^1.0.4",
    "@pendle/boros-offchain-math": "1.0.6",
    "axios": "^1.18.1",
    "date-fns": "^4.1.0",
    "lru-cache": "^11.2.2",
    "viem": "2.55.10"
  },
  "lint-staged": {
    "*.{ts}": [
      "biome check --write --no-errors-on-unmatched",
      "biome format --write --no-errors-on-unmatched",
      "biome lint --write --no-errors-on-unmatched"
    ]
  },
  "packageManager": "yarn@4.13.0"
}
