{
  "name": "vaul-base",
  "version": "1.0.0",
  "description": "An unstyled drawer component for React.",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "author": {
    "name": "Bora",
    "url": "https://x.com/borabalogluu"
  },
  "keywords": [
    "react",
    "drawer",
    "dialog",
    "modal",
    "base-ui"
  ],
  "homepage": "https://vaul-base.vercel.app/",
  "repository": {
    "type": "git",
    "url": "https://github.com/borabaloglu/vaul-base.git"
  },
  "bugs": {
    "url": "https://github.com/borabaloglu/vaul-base/issues"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "style.css",
    "README.md"
  ],
  "exports": {
    "import": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    },
    "require": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "scripts": {
    "type-check": "tsc --noEmit",
    "build": "pnpm type-check && bunchee && pnpm copy-assets && pnpm copy-readme",
    "copy-assets": "cp -r ./src/style.css ./style.css",
    "copy-readme": "cp ../../README.md ./README.md",
    "dev": "bunchee --watch",
    "format": "prettier --write .",
    "lint": "eslint . --max-warnings 0"
  },
  "peerDependencies": {
    "@base-ui/react": "^1.0.0",
    "react": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc",
    "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc"
  },
  "devDependencies": {
    "@types/node": "^22.10.7",
    "@types/react": "^18.2.46",
    "@types/react-dom": "^18.2.18",
    "bunchee": "^6.0.4",
    "typescript": "^5.3.3"
  }
}
