{
  "name": "@rool-dev/sdk",
  "version": "0.12.1",
  "description": "TypeScript SDK for working with Rool Spaces",
  "packageManager": "pnpm@10.17.1",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./node": {
      "import": "./dist/auth-node.js",
      "types": "./dist/auth-node.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "typecheck": "tsc --noEmit",
    "test": "node --import tsx --test test/*.test.ts",
    "clean": "rm -rf dist",
    "eval": "node --import tsx eval/main.ts"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://docs.rool.dev/sdk/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rool-dev/rool-js.git",
    "directory": "packages/sdk"
  },
  "keywords": [
    "rool",
    "sdk",
    "graph",
    "hypergraph",
    "api-client",
    "real-time"
  ],
  "author": {
    "name": "Rool Limited",
    "email": "info@rool.dev",
    "url": "https://rool.dev"
  },
  "license": "MIT",
  "dependencies": {
    "fflate": "^0.8.2",
    "graphql-sse": "^2.6.0",
    "open": "^11.0.0"
  },
  "devDependencies": {
    "@types/chai": "^5.2.3",
    "@types/node": "^25.6.0",
    "chai": "^6.2.2",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  }
}
