{
  "name": "a11y-dialog-component",
  "version": "5.5.1",
  "description": "Highly customizable accessible dialog library written in Vanilla JS",
  "author": "Jonathan Levaillant <jonathan.levaillant@outlook.com> (http://jonathanlevaillant.fr)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/jonathanlevaillant/a11y-dialog-component.git"
  },
  "bugs": {
    "url": "https://github.com/jonathanlevaillant/a11y-dialog-component/issues",
    "email": "jonathan.levaillant@outlook.com"
  },
  "keywords": [
    "dialog",
    "modal",
    "non-modal",
    "tooltip",
    "a11y",
    "accessible",
    "vanilla js"
  ],
  "main": "dist/a11y-dialog-component.js",
  "jsdelivr": "dist/a11y-dialog-component.min.js",
  "module": "dist/a11y-dialog-component.esm.js",
  "jsnext:main": "dist/a11y-dialog-component.esm.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "dev": "rollup -cw",
    "build": "rollup -c",
    "prepare": "npm run clean && npm run build"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ],
    "*.{css,md,html}": [
      "prettier --write",
      "git add"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.10.5",
    "@babel/preset-env": "^7.10.4",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-prettier": "^3.1.4",
    "husky": "^4.2.5",
    "lint-staged": "^10.2.11",
    "prettier": "^2.0.5",
    "rimraf": "^3.0.2",
    "rollup": "^2.23.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-eslint": "^7.0.0",
    "rollup-plugin-uglify": "^6.0.4"
  }
}
