{
  "name": "@relayfile/sdk",
  "version": "0.10.12",
  "description": "TypeScript SDK for relayfile — real-time filesystem for humans and agents",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./cli": {
      "types": "./dist/cli/index.d.ts",
      "default": "./dist/cli/index.js"
    },
    "./cloud-login": {
      "types": "./dist/cloud-login.d.ts",
      "default": "./dist/cloud-login.js"
    },
    "./mount-launcher": {
      "types": "./dist/mount-launcher.d.ts",
      "default": "./dist/mount-launcher.js"
    },
    "./mount-harness": {
      "types": "./dist/mount-harness.d.ts",
      "default": "./dist/mount-harness.js"
    },
    "./mount-path": {
      "types": "./dist/mount-path.d.ts",
      "default": "./dist/mount-path.js"
    },
    "./workspace-seeder": {
      "types": "./dist/workspace-seeder.d.ts",
      "default": "./dist/workspace-seeder.js"
    },
    "./workspace-mount": {
      "types": "./dist/workspace-mount.d.ts",
      "default": "./dist/workspace-mount.js"
    },
    "./dist/*": "./dist/*",
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:e2e": "node scripts/setup-e2e.mjs",
    "post-auth-mount:e2e": "node scripts/post-auth-mount-session-e2e.mjs",
    "e2e:post-auth-mount-session": "node scripts/post-auth-mount-session-e2e.mjs",
    "agent-workspace:e2e": "node scripts/agent-workspace-golden-path-e2e.mjs",
    "test:e2e:golden-path": "node scripts/agent-workspace-golden-path-e2e.mjs",
    "demo:agent-workspace": "npm run build && node scripts/agent-workspace-demo.mjs",
    "setup:e2e": "node scripts/setup-e2e.mjs",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@relayfile/core": "0.10.12",
    "ignore": "^7.0.5",
    "tar": "^7.5.10"
  },
  "optionalDependencies": {
    "@relayfile/mount-darwin-arm64": "0.10.12",
    "@relayfile/mount-darwin-x64": "0.10.12",
    "@relayfile/mount-linux-arm64": "0.10.12",
    "@relayfile/mount-linux-x64": "0.10.12"
  },
  "devDependencies": {
    "typescript": "^5.7.3",
    "vitest": "^3.0.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/AgentWorkforce/relayfile",
    "directory": "packages/sdk/typescript"
  },
  "license": "Apache-2.0",
  "keywords": [
    "relayfile",
    "filesystem",
    "sync",
    "agent",
    "collaboration"
  ],
  "engines": {
    "node": ">=18"
  }
}
