{
  "name": "@redstone-finance/sdk",
  "version": "1.0.0",
  "main": "dist/src/index.js",
  "exports": "./dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "license": "MIT",
  "scripts": {
    "test": "yarn global:jest:cov",
    "clean": "yarn global:ts-clean",
    "build": "yarn global:tsc -p tsconfig.build.json",
    "build:turbo": "yarn global:turbo build",
    "typecheck": "yarn global:tsc --noEmit",
    "typecheck:turbo": "yarn global:turbo typecheck",
    "lint": "yarn global:eslint .",
    "lint:fix": "yarn global:eslint --fix .",
    "prepare-data": "yarn global:with-auth-gateways yarn global:tsx ./scripts/payload-generator/index.ts"
  },
  "dependencies": {
    "@redstone-finance/protocol": "1.0.0",
    "@redstone-finance/utils": "1.0.0",
    "@types/lodash": "^4.14.195",
    "axios": "^1.19",
    "lodash": "^4.17.23",
    "zod": "^4.1.12"
  },
  "devDependencies": {
    "msw": "^2.4.10"
  },
  "files": [
    "src",
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "c82ea5bfa87d816cf657a4bd2006704850c04121"
}
