{
  "name": "@puckeditor/cloud-client",
  "version": "0.8.3",
  "author": "Chris Villa <chris@puckeditor.com>",
  "repository": {
    "type": "git",
    "url": "puckeditor/puck"
  },
  "bugs": "https://github.com/puckeditor/puck/issues",
  "homepage": "https://puckeditor.com",
  "keywords": [
    "puck-ecosystem"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "experimental": [
        "./dist/experimental.d.ts"
      ]
    }
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./experimental": {
      "types": "./dist/experimental.d.ts",
      "import": "./dist/experimental.mjs",
      "require": "./dist/experimental.js"
    }
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@ai-sdk/openai": "^3.0.85",
    "@puckeditor/core": "0.23.0-canary.e7fef140",
    "@types/node": "^24.10.1",
    "ai": "^6.0.228",
    "eslint": "^9.39.4",
    "jest": "^30.4.2",
    "tsup": "^8.2.4",
    "typescript": "^5.5.4",
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "^4.1.0",
    "zod": "^4.1.12",
    "eslint-config-custom": "0.8.3",
    "tsconfig": "0.8.3",
    "tsup-config": "0.8.3"
  },
  "scripts": {
    "lint": "eslint \"**/*.ts*\"",
    "build": "rm -rf dist && tsup src/index.ts src/experimental.ts",
    "test": "vitest run --config vitest.config.ts"
  }
}