{
  "name": "@hydradb/sdk",
  "version": "2.1.5",
  "description": "The official TypeScript SDK for the Hydra DB platform.",
  "author": "Nishkarsh Shrivastava <nishkarsh@hydradb.com>",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./helpers": {
      "types": "./dist/helpers/index.d.ts",
      "default": "./dist/helpers/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "hydra_db",
    "hydra-db",
    "hydra-db-sdk",
    "hydra-db-typescript-sdk",
    "rag",
    "gen-ai",
    "memory",
    "ai"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "form-data": "^4.0.0",
    "node-fetch": "2.7.0"
  },
  "devDependencies": {
    "@types/node": "^18.19.3",
    "@types/node-fetch": "2.6.9",
    "typescript": "^5.6.0"
  }
}
