{
  "name": "@adobe/uix-host-react",
  "version": "1.1.11",
  "publishConfig": {
    "access": "public"
  },
  "description": "Tools for embedding UI Extensions into React apps",
  "author": "Adobe, Inc,",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsup",
    "build:esm": "tsup --format esm,cjs",
    "test": "NODE_ENV=test jest",
    "test:watch": "NODE_ENV=test jest --watch",
    "watch": "tsup --watch --silent"
  },
  "browserslist": [
    "> 0.2%, last 2 versions, not dead"
  ],
  "bugs": "https://github.com/adobe/uix-sdk/issues",
  "dependencies": {
    "@adobe/uix-core": "^1.1.11",
    "@adobe/uix-host": "^1.1.11"
  },
  "devDependencies": {
    "@swc/jest": "^0.2.29",
    "@testing-library/dom": "^8.1.0",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^12.0.0",
    "@testing-library/react-hooks": "^7.0.1",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0"
  },
  "files": [
    "README.md",
    "dist",
    "src",
    "tsconfig.json"
  ],
  "homepage": "https://github.com/adobe/uix-sdk",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/adobe/uix-sdk.git"
  },
  "sideEffects": false,
  "source": {
    ".": "./src/index.ts",
    "./*.js": "./src/$1.ts",
    "./**/*.js": "./src/$1/$2.ts"
  }
}
