{
  "name": "@adobe/uix-guest",
  "version": "1.1.11",
  "publishConfig": {
    "access": "public"
  },
  "description": "Tools for connecting to UIX Host apps from extension apps",
  "author": "Adobe, Inc,",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsup",
    "build:esm": "tsup --format esm,cjs,iife",
    "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",
    "ajv": "^8.12.0",
    "js-yaml": "^4.1.0"
  },
  "files": [
    "README.md",
    "dist",
    "scripts",
    "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
}
