{
  "name": "@ms-cloudpack/overlay",
  "version": "0.19.84",
  "description": "The Cloudpack overlay UX",
  "license": "MIT",
  "type": "module",
  "types": "./lib/index.d.ts",
  "exports": {
    ".": {
      "source": "./src/index.tsx",
      "types": "./lib/index.d.ts",
      "browser-esm": "./dist/browser-esm/lib/index.js",
      "import": "./lib/index.js"
    },
    "./constants": {
      "source": "./src/constants.ts",
      "types": "./lib/constants.d.ts",
      "browser-esm": "./dist/browser-esm/lib/constants.js",
      "import": "./lib/constants.js"
    }
  },
  "scripts": {
    "api": "cloudpack-scripts api",
    "build:watch": "cloudpack-scripts build-watch",
    "build": "cloudpack-scripts build",
    "bundle": "cloudpack-scripts bundle-browser",
    "lint:update": "cloudpack-scripts lint-update",
    "lint": "cloudpack-scripts lint",
    "prepack": "cp .npmignore dist/.npmignore"
  },
  "devDependencies": {
    "@ms-cloudpack/api-server": "^0.67.2",
    "@ms-cloudpack/common-types": "^0.34.0",
    "@ms-cloudpack/common-types-browser": "^0.6.5",
    "@ms-cloudpack/eslint-plugin-internal": "^0.0.1",
    "@ms-cloudpack/path-string-parsing": "^1.3.0",
    "@ms-cloudpack/scripts": "^0.0.1",
    "@types/react-refresh": "^0.14.0",
    "classnames": "^2.5.1",
    "preact": "^10.26.8",
    "react": "npm:@preact/compat@^18.0.0",
    "react-focus-on": "^3.10.0",
    "react-refresh": "patch:react-refresh@npm%3A0.18.0#~/.yarn/patches/react-refresh-npm-0.18.0-5576c3f4a3.patch"
  },
  "files": [
    "lib/**/!(*.test.*)",
    "dist",
    "NOTICE.txt"
  ]
}
