{
  "name": "@wvdsh/sdk-js",
  "version": "1.3.43",
  "type": "module",
  "description": "Wavedash JavaScript SDK",
  "main": "./dist/client.js",
  "types": "./dist/client.d.ts",
  "exports": {
    ".": {
      "types": "./dist/client.d.ts",
      "import": "./dist/client.js"
    },
    "./runtime": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wvdsh/sdk-js.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "prettier:fix": "prettier --write .",
    "prettier:check": "prettier --check .",
    "eslint:check": "eslint .",
    "eslint:fix": "eslint . --fix",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "@types/lodash.throttle": "^4.1.9",
    "eslint": "^9.39.2",
    "eslint-config-prettier": "^10.1.8",
    "prettier": "^3.7.4",
    "tsup": "^8.0.0",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.52.0"
  },
  "dependencies": {
    "@wvdsh/api": "^0.1.57",
    "convex": "^1.39.1",
    "lodash.throttle": "^4.1.1"
  }
}
