{
  "name": "@embeddable.com/sdk-react",
  "version": "4.3.12",
  "description": "Embeddable SDK React plugin responsible for React components bundling.",
  "keywords": [
    "embeddable",
    "sdk",
    "react"
  ],
  "main": "lib/index.esm.js",
  "module": "lib/index.esm.js",
  "type": "module",
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/embeddable-hq/embeddable-sdk.git",
    "directory": "packages/react-sdk"
  },
  "scripts": {
    "build": "rollup -c",
    "types:check": "tsc --noEmit",
    "license-report": "license-report --output=csv --csvHeaders --fields name --fields link --fields licenseType --fields installedVersion --fields author > license-report-sdk-react-sdk.csv",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "author": "Embeddable.com <engineering@embeddable.com>",
  "files": [
    "lib/",
    "scripts/",
    "templates/"
  ],
  "license": "MIT",
  "dependencies": {
    "@babel/generator": "^7.23.0",
    "@babel/parser": "^7.26.2",
    "@babel/traverse": "^7.24.7",
    "@embeddable.com/sdk-core": "4.7.2",
    "@embeddable.com/sdk-utils": "0.9.1",
    "@happy-dom/global-registrator": "^20.3.7",
    "@vitejs/plugin-react": "^4.3.2",
    "astring": "^1.8.6",
    "ora": "^8.0.1",
    "vite": "^6.2.2",
    "zod": "^3.24.2"
  },
  "lint-staged": {
    "*.{js,ts,jsx,tsx,json}": [
      "prettier --write"
    ]
  }
}
