{
  "name": "@stratpoint-fe/react-onclickout",
  "version": "1.0.0",
  "description": "An ES6-friendly on-click-outside React component.",
  "main": "index.js",
  "scripts": {
    "build": "babel src/index.jsx --out-file index.js",
    "test": "npm run build && mocha --require @babel/register test/*.jsx",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stratpoint-fe/react-onclickout"
  },
  "keywords": [
    "react",
    "onclick",
    "onclickout",
    "onclickoutside"
  ],
  "author": "Bob Lauer <rlauer@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stratpoint-fe/react-onclickout/issues"
  },
  "homepage": "https://github.com/stratpoint-fe/react-onclickout#readme",
  "peerDependencies": {
    "react": "^15.x || ^16.x || ^18.x",
    "react-dom": "^15.x || ^16.x || ^18.x"
  },
  "devDependencies": {
    "@babel/cli": "^7.23.9",
    "@babel/core": "^7.23.9",
    "@babel/preset-env": "^7.23.9",
    "@babel/preset-react": "^7.23.3",
    "@babel/register": "^7.23.7",
    "jsdom": "^24.0.0",
    "mocha": "^10.3.0",
    "react": "^16.x",
    "react-dom": "^16.x",
    "sinon": "^1.17.2"
  }
}
