{
  "name": "@holocronlab/botruntime-client",
  "version": "1.55.1",
  "description": "HTTP client for the botruntime API",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "readme.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "browser": {
    "crypto": false,
    "http": false,
    "https": false
  },
  "scripts": {
    "check:type": "tsc --noEmit",
    "build:type": "rollup -c rollup.dts.config.mjs",
    "build:browser": "ts-node -T ./build.ts --browser",
    "build:node": "ts-node -T ./build.ts --node",
    "build:bundle": "ts-node -T ./build.ts --bundle",
    "build": "ts-node -T ./build.ts --node && ts-node -T ./build.ts --browser && ts-node -T ./build.ts --bundle && rollup -c rollup.dts.config.mjs",
    "generate": "ts-node ./openapi.ts && ts-node ./patch-tables-contract.ts",
    "test": "vitest --run"
  },
  "dependencies": {
    "axios": "^1.6.1",
    "axios-retry": "^4.5.0",
    "browser-or-node": "^2.1.1",
    "qs": "^6.11.0"
  },
  "devDependencies": {
    "@holocronlab/botruntime-api": "^1.108.0",
    "@types/node": "^22.16.4",
    "@types/qs": "^6.9.7",
    "esbuild": "^0.25.10",
    "lodash": "^4.17.21",
    "rollup": "^4.60.4",
    "rollup-plugin-dts": "^6.4.1",
    "ts-node": "^10.9.2",
    "typescript": "^6.0.3",
    "vitest": "^2.1.8"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/HolocronLab/botruntime-packages",
    "directory": "packages/botruntime-client"
  },
  "author": "HolocronLab",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  }
}
