{
  "name": "@adobe/uix-host",
  "version": "1.1.11",
  "publishConfig": {
    "access": "public"
  },
  "description": "Tools for embedding UIX Extensions into Adobe 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"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "jest": "^29.7.0",
    "jest-fetch-mock": "^3.0.3",
    "ts-jest": "^29.1.2",
    "typescript": "^5.3.3"
  },
  "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
}
