{
  "name": "react-responsive-menu-hook",
  "version": "0.1.0",
  "description": "Responsive menu using react hooks",
  "main": "index.js",
  "module": "dist/react-responsive-menu-hook.mjs",
  "scripts": {
    "test:dev": "jest --watch",
    "test:ci": "jest -c jest.config.js --no-cache --passWithNoTests",
    "test:coverage": "yarn test:ci; open coverage/lcov-report/index.html",
    "build": "cross-env NODE_ENV=production rollup -c",
    "start": "rollup -c -w",
    "prepare": "npm run build",
    "prepublishOnly": "npm run test:ci && npm run format",
    "release": "npm publish",
    "releaseNext": "npm publish --tag next",
    "format": "prettier {src,src/**,example/src,example/src/**}/*.{md,js,jsx,tsx} --write",
    "postinstall": "node ./scripts/postinstall.js || exit 0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lineldcosta/react-responsive-menu.git"
  },
  "keywords": [
    "react-responsive-menu",
    "menu",
    "react-responsive-menu-hook"
  ],
  "author": "lineldcosta",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lineldcosta/react-responsive-menu/issues"
  },
  "homepage": "https://github.com/lineldcosta/react-responsive-menu#readme",
  "peerDependencies": {
    "react": "^16.6.3"
  },
  "devDependencies": {
    "@babel/core": "^7.13.14",
    "@babel/preset-env": "^7.13.12",
    "@babel/preset-react": "^7.13.13",
    "@rollup/plugin-replace": "^2.4.2",
    "@testing-library/jest-dom": "^5.11.10",
    "@testing-library/react": "^11.2.6",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-plugin-transform-async-to-promises": "^0.8.15",
    "cross-env": "^7.0.3",
    "prettier": "^2.2.1",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "rollup": "^2.44.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-generate-package-json": "^3.2.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-size": "^0.2.2",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-visualizer": "^4.0.4"
  },
  "dependencies": {
    "classnames": "^2.3.0",
    "warning": "^4.0.3"
  },
  "files": [
    "dist",
    "scripts"
  ]
}
