{
  "name": "@wix/ai",
  "version": "1.13.0",
  "description": "Wix AI SDK",
  "license": "MIT",
  "author": {
    "name": "Yarden Danan",
    "email": "yardend@wix.com"
  },
  "main": "cjs/dist/index.js",
  "types": "dist/esm/index.d.ts",
  "module": "dist/esm/index.js",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./cjs/dist/index.js",
      "types": "./dist/esm/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "files": [
    "dist",
    "cjs"
  ],
  "scripts": {
    "build": "tsc && tsc --project tsconfig.cjs.json",
    "clean": "rm -rf dist",
    "test": ":",
    "lint": "eslint --max-warnings=0 .",
    "lint:fix": "eslint --max-warnings=0 . --fix",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "wix",
    "ai",
    "openai",
    "runware"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "dependencies": {
    "@wix/ai-provider-anthropic": "0.2.0",
    "@wix/ai-provider-openai": "0.11.0",
    "@wix/ai-provider-runware": "0.9.0"
  },
  "peerDependencies": {
    "ai": ">=6.0.0",
    "zod": "^4.1.8"
  },
  "devDependencies": {
    "@types/node": "^20.19.22",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "eslint": "^8.57.1",
    "eslint-plugin-import": "^2.32.0",
    "typescript": "^5.9.3"
  },
  "lint-staged": {
    "*.{js,ts}": "yarn lint"
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress",
      "artifactId": "sdk-ai"
    },
    "validations": {
      "source": [
        "lint"
      ],
      "postDependenciesBuild": [
        "typecheck"
      ]
    }
  },
  "falconPackageHash": "4eb547688adfd1485f69879198faffc9063cbadfdb12c72b14d20d45"
}