{
  "name": "@uswds-tailwind/modal-compat",
  "type": "module",
  "version": "0.3.0-alpha.7",
  "description": "Headless state machine for the USWDS modal component (zag-js).",
  "author": "Jonathan Hutchison",
  "license": "MIT",
  "homepage": "https://uswds-tailwind.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IHIutch/uswds-tailwind.git",
    "directory": "packages/machines/modal-compat"
  },
  "bugs": "https://github.com/IHIutch/uswds-tailwind/issues",
  "keywords": [
    "uswds",
    "modal",
    "dialog",
    "zag-js",
    "state-machine",
    "accessibility"
  ],
  "publishConfig": {
    "tag": "alpha"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs"
    }
  },
  "types": "dist/index.d.mts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@zag-js/anatomy": "^1.40.0",
    "@zag-js/aria-hidden": "^1.40.0",
    "@zag-js/core": "^1.40.0",
    "@zag-js/dismissable": "^1.40.0",
    "@zag-js/dom-query": "^1.40.0",
    "@zag-js/focus-trap": "^1.40.0",
    "@zag-js/remove-scroll": "^1.40.0",
    "@zag-js/types": "^1.40.0",
    "@zag-js/utils": "^1.40.0"
  },
  "devDependencies": {
    "publint": "^0.3.18"
  },
  "scripts": {
    "build": "tsdown",
    "lint": "eslint src",
    "publint": "publint",
    "typecheck": "tsc --noEmit"
  }
}