{
  "name": "@steerprotocol/sdk",
  "version": "3.5.0",
  "description": "Steer Protocol SDK",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "browser": "dist/index.browser.mjs",
  "types": "dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "browser": "./dist/index.browser.mjs",
      "require": "./dist/index.cjs",
      "import": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsdown",
    "clean": "rimraf dist",
    "test": "jest",
    "test:ci": "jest --coverage=false",
    "test:fork": "tsx src/scripts/runPoolLifecycleForkTests.ts",
    "lint": "eslint . --ext .ts",
    "format": "prettier --write \"src/**/*.ts\"",
    "prepare": "npm run build",
    "docs": "typedoc --out docs --entryPoints src/index.ts src/client.ts src/base/SmartRewards.ts src/base/SubgraphClient.ts src/base/VaultClient.ts src/base/PoolClient.ts --name \"Steer Protocol SDK\" --readme README.md --excludePrivate --excludeProtected",
    "docs:watch": "typedoc --out docs --entryPoints src/index.ts src/base/SmartRewards.ts src/generated/sdk.ts --name \"Steer Protocol SDK\" --readme README.md --excludePrivate --excludeProtected --plugin none --watch",
    "docs:serve": "npx serve docs",
    "commit": "git-cz",
    "typecheck": "tsc --noEmit",
    "check-all": "yarn typecheck && yarn lint && yarn test:ci && yarn build"
  },
  "keywords": [
    "steer",
    "protocol",
    "sdk"
  ],
  "author": "Steer Protocol",
  "license": "MIT",
  "devDependencies": {
    "@commitlint/cli": "^18.4.3",
    "@commitlint/config-conventional": "^18.4.3",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^9.2.3",
    "@semantic-release/npm": "^13.1.5",
    "@steerprotocol/contracts": "^3.1.7",
    "@types/jest": "^29.5.11",
    "@types/node": "^20.10.6",
    "@typescript-eslint/eslint-plugin": "^6.17.0",
    "@typescript-eslint/parser": "^6.17.0",
    "commitizen": "^4.3.0",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "husky": "^8.0.3",
    "jest": "^29.7.0",
    "prettier": "^3.4.2",
    "rimraf": "^5.0.5",
    "semantic-release": "^25.0.3",
    "ts-jest": "^29.2.5",
    "tsx": "^4.19.2",
    "tsdown": "^0.21.7",
    "typedoc": "^0.27.6",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@steerprotocol/api-sdk": "^1.1.2",
    "decimal.js": "^10.5.0",
    "viem": "^2.22.0",
    "@uniswap/sdk-core": "^7.1.0",
    "@uniswap/v3-sdk": "3.29.1"
  }
}
