{
  "name": "react-badly",
  "version": "1.0.12",
  "description": "Error boundary react component",
  "main": "dist/index.js",
  "module": "esm/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 0",
    "prepublishOnly": "npm run build",
    "build": "rimraf dist esm && npm-run-all build:*",
    "build:rollup": "rollup -c",
    "watch": "rollup -c -w",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/serveside/react-badly.git"
  },
  "keywords": [
    "react",
    "error",
    "boundary"
  ],
  "author": "Naftali Lubin <naftalilubin@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/serveside/react-badly/issues"
  },
  "homepage": "https://github.com/serveside/react-badly#readme",
  "lint-staged": {
    "*.{js,jsx}": "eslint --cache --fix",
    "*.{js,jsx,json,css,md}": "prettier --write"
  },
  "peerDependencies": {
    "@babel/runtime-corejs3": "^7.17.9",
    "core-js-pure": "^3.22.5",
    "prop-types": ">=15",
    "react": ">=16"
  },
  "devDependencies": {
    "@babel/core": "^7.17.10",
    "@babel/plugin-proposal-class-properties": "^7.16.7",
    "@babel/plugin-transform-runtime": "^7.17.10",
    "@babel/preset-env": "^7.17.10",
    "@babel/preset-react": "^7.16.7",
    "@babel/runtime-corejs3": "^7.17.9",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^22.0.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "core-js-pure": "^3.22.5",
    "eslint": "^8.15.0",
    "eslint-plugin-react": "^7.29.4",
    "husky": "^8.0.1",
    "inquirer": "^8.2.4",
    "lint-staged": "^12.4.1",
    "prettier": "^2.0.5",
    "prop-types": "^15.8.1",
    "react": "^16.14.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.18.0",
    "rollup-plugin-filesize": "^9.0.1",
    "rollup-plugin-license": "^2.1.0",
    "rollup-plugin-node-externals": "^4.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "semver": "^7.3.7",
    "shelljs": "^0.8.5",
    "yarn-run-all": "^3.1.1"
  }
}
