{
  "name": "reactjs-toaster",
  "version": "1.0.12",
  "main": "dist/index.js",
  "type": "module",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "npx rollup -c"
  },
  "keywords": [
    "reactjs-toaster",
    "toaster",
    "toast-message",
    "toastify-message",
    "react-toaster",
    "toast-message",
    "react-toastify",
    "toaster",
    "react",
    "reactjs",
    "popup",
    "alert message"
  ],
  "author": "Technical Pankaj Kumar",
  "license": "ISC",
  "description": "",
  "repository": "https://github.com/technicalpankajkumar/reactjs-toaster",
  "devDependencies": {
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-typescript": "^12.1.1",
    "@types/react": "^18.3.14",
    "@types/react-dom": "^19.0.1",
    "rollup": "^4.28.0",
    "tslib": "^2.8.1"
  },
  "dependencies": {
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  }
}
