{
  "name": "@wakamsha/use-listbox",
  "version": "1.1.0",
  "description": "A simple React Hook that Provides the behavior and accessibility implementation for a ListBox component.",
  "keywords": [
    "react",
    "react hooks",
    "accessible",
    "accessibility",
    "a11y",
    "wai-aria",
    "dropdown",
    "menu",
    "contextmenu"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "git@github.com:wakamsha/use-listbox.git",
  "author": "wakamsha <wakamsha@gmail.com> (https://twitter.com/wakamsha)",
  "license": "MIT",
  "engines": {
    "node": "18.12.1"
  },
  "packageManager": "yarn@3.3.1",
  "scripts": {
    "postinstall": "husky install",
    "lint": "  prettier -c    src/**/*.{ts,tsx}; eslint -c .eslintrc.js       src/**/*.{ts,tsx}",
    "format": "prettier -c -w src/**/*.{ts,tsx}; eslint -c .eslintrc.js --fix src/**/*.{ts,tsx}",
    "build": "tsc --project tsconfig.build.json --declaration",
    "prepublishOnly": "npm run build",
    "catalog:dev": "  NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006",
    "catalog:build": "NODE_OPTIONS=--openssl-legacy-provider build-storybook",
    "catalog:deploy": "gh-pages -d storybook-static"
  },
  "devDependencies": {
    "@babel/core": "7.20.7",
    "@emotion/css": "11.10.5",
    "@storybook/addon-actions": "6.5.15",
    "@storybook/addon-essentials": "6.5.15",
    "@storybook/addon-links": "6.5.15",
    "@storybook/react": "6.5.15",
    "@stylelint/postcss-css-in-js": "0.38.0",
    "@types/react": "18.0.26",
    "@types/react-dom": "18.0.10",
    "@typescript-eslint/eslint-plugin": "5.47.1",
    "@typescript-eslint/parser": "5.47.1",
    "babel-loader": "9.1.0",
    "cspell": "6.18.1",
    "eslint": "8.30.0",
    "eslint-config-airbnb": "19.0.4",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-jest": "27.1.7",
    "eslint-plugin-jsx-a11y": "6.6.1",
    "eslint-plugin-react": "7.31.11",
    "eslint-plugin-react-hooks": "4.6.0",
    "eslint-plugin-storybook": "0.6.8",
    "gh-pages": "4.0.0",
    "husky": "8.0.2",
    "lint-staged": "13.1.0",
    "postcss-syntax": "0.36.2",
    "prettier": "2.8.1",
    "prettier-plugin-organize-imports": "3.2.1",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "stylelint": "14.16.1",
    "stylelint-config-prettier": "9.0.4",
    "stylelint-config-recess-order": "3.1.0",
    "stylelint-config-recommended": "9.0.0",
    "typescript": "4.9.4"
  },
  "lint-staged": {
    "src/**/*.{ts,tsx}": [
      "cspell",
      "prettier -c -w",
      "eslint -c .eslintrc.js --fix",
      "stylelint --cache --fix"
    ]
  }
}
