{
  "name": "snap-alerts",
  "version": "0.0.7",
  "description": "SnapAlerts offers a streamlined React library for easy integration of customizable toast and snackbar notifications, enhancing user engagement with minimal effort. Perfect for developers seeking a quick, responsive way to convey information.",
  "keywords": [
    "react",
    "toast",
    "snackbar",
    "notifications",
    "customizable",
    "alerts"
  ],
  "author": "Atanas Dimitrov",
  "license": "ISC",
  "scripts": {
    "build": "microbundle --tsconfig tsconfig.json",
    "dev": "microbundle watch",
    "lint": "eslint .",
    "lint:fix": "eslint --fix ."
  },
  "devDependencies": {
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "microbundle": "^0.15.1",
    "prettier": "^3.2.5",
    "typescript": "^5.3.3"
  },
  "peerDependencies": {
    "@types/react": ">=16",
    "@types/react-dom": ">=16",
    "react": ">=16",
    "react-dom": ">=16"
  },
  "type": "module",
  "source": "src/index.ts",
  "exports": {
    "require": "./dist/index.cjs",
    "default": "./dist/index.modern.js"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "unpkg": "dist/index.umd.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "moduleResolution": "NodeNext",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Seishin/snap-alerts.git"
  },
  "homepage": "https://github.com/Seishin/snap-alerts",
  "bugs": {
    "url": "https://github.com/Seishin/snap-alerts/issues"
  }
}
