{
  "name": "hrnet-modal-gbouly",
  "version": "1.0.9",
  "description": "A simple React library for displaying modals with customizable styles. This Modal component can be used in any React application to display modal dialogs with overlay and a close button.",
  "main": "dist/index.js",
  "scripts": {
    "build": "babel src --out-dir dist",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "react",
    "modal",
    "component",
    "custom",
    "application"
  ],
  "author": "Guillaume Bouly",
  "license": "ISC",
  "peerDependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.26.4",
    "@babel/core": "^7.26.10",
    "@babel/preset-env": "^7.26.9",
    "@babel/preset-react": "^7.26.3"
  },
  "files": [
    "dist"
  ]
}
