{
  "name": "vanilla-headless",
  "version": "0.10.1",
  "main": "build/index.js",
  "type": "commonjs",
  "description": "Inspired by HeadlessUi, Vanilla Headless is Web Component library that adds interactive with keyboard and mouse events",
  "repository": "https://github.com/DesignByCode/vanilla-headless.git",
  "homepage": "https://github.com/DesignByCode/vanilla-headless/#readme",
  "bugs": {
    "url": "https://github.com/DesignByCode/vanilla-headless/issues"
  },
  "scripts": {
    "dev": "node ./esbuild.config.js",
    "clean": "rd /s /q esm dist lib build .cache>nul 2>&1|echo.>nul",
    "test": "jest",
    "test:watch": "npm run test -- --watch",
    "precommit": "npm run test && lint-staged",
    "prebuild": "npm run clean",
    "build": "node ./esbuild.config.js"
  },
  "keywords": [
    "headlessui",
    "popover",
    "dropdown",
    "dropdown-select",
    "navigation toggle"
  ],
  "author": "designbycode",
  "license": "MIT",
  "browserslist": [
    "> .5% or last 2 versions"
  ],
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "chokidar": "^3.6.0",
    "esbuild": "^0.16.17",
    "eslint": "^8.57.0",
    "husky": "^8.0.3",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.8.8",
    "ts-loader": "^9.5.1",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "@popperjs/core": "^2.11.8",
    "vanilla-headless": "^0.8.3"
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "transform": {
      ".ts": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    }
  },
  "lint-staged": {
    "src/**/*.ts": [
      "prettier --write",
      "git add"
    ]
  }
}
