{
  "name": "@inertiaui/vanilla",
  "version": "1.3.1",
  "author": "Pascal Baljet <pascal@protone.media>",
  "private": false,
  "license": "MIT",
  "type": "module",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/inertiaui/vanilla"
  },
  "keywords": [
    "dialog",
    "focus-trap",
    "scroll-lock",
    "aria-hidden",
    "animation",
    "web-animations-api",
    "accessibility",
    "a11y",
    "vanilla-js",
    "typescript"
  ],
  "devDependencies": {
    "@playwright/test": "^1.58.2",
    "@vitest/coverage-v8": "^4.1.2",
    "@vitest/ui": "^4.1.2",
    "happy-dom": "^20.0.0",
    "oxfmt": "^0.52.0",
    "oxlint": "^1.67.0",
    "typescript": "^5.7.0",
    "vite": "^8.0.3",
    "vite-plugin-dts": "^4.5.0",
    "vitest": "^4.1.2"
  },
  "scripts": {
    "dev": "vite build --watch",
    "build": "vite build",
    "lint": "oxlint --fix",
    "format": "oxfmt",
    "format:check": "oxfmt --check",
    "test": "vitest",
    "test:e2e": "playwright test"
  }
}