{
  "name": "tailwindcss-dropdown",
  "version": "1.0.0",
  "description": "Tailwind CSS plugin to style create accessible dropdowns",
  "main": "src/index.js",
  "files": [
    "src",
    "README.md"
  ],
  "scripts": {
    "cz": "git-cz",
    "test": "jest",
    "codecov": "codecov",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "prebuild": "rimraf dist",
    "build": "webpack",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/estevanmaito/tailwindcss-dropdown.git"
  },
  "keywords": [],
  "author": "Estevan Maito <ejmaito@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/estevanmaito/tailwindcss-dropdown/issues"
  },
  "homepage": "https://github.com/estevanmaito/tailwindcss-dropdown#readme",
  "devDependencies": {
    "@babel/cli": "7.8.4",
    "@babel/core": "7.9.6",
    "@babel/preset-env": "7.9.6",
    "babel-loader": "8.1.0",
    "codecov": "3.6.5",
    "commitizen": "4.1.2",
    "cz-conventional-changelog": "3.2.0",
    "eslint": "7.0.0",
    "eslint-config-prettier": "6.11.0",
    "eslint-config-standard": "14.1.1",
    "eslint-plugin-import": "2.20.2",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-prettier": "3.1.3",
    "eslint-plugin-promise": "4.2.1",
    "eslint-plugin-standard": "4.0.1",
    "husky": "4.2.5",
    "jest": "26.0.1",
    "lodash": "4.17.15",
    "postcss": "7.0.30",
    "postcss-selector-parser": "6.0.2",
    "prettier": "2.0.5",
    "rimraf": "3.0.2",
    "semantic-release": "^17.0.8",
    "tailwindcss": "1.4.6",
    "webpack": "4.43.0",
    "webpack-cli": "3.3.11"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint && npm run test:coverage"
    }
  },
  "dependencies": {}
}
