{
  "name": "react-next-toast",
  "version": "3.0.1",
  "description": "A premium, modern toast notification system for React applications",
  "homepage": "https://github.com/eimaam/react-next-toast",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "browser": "dist/index.global.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsup src/index.ts --format cjs,esm,iife --dts --minify --clean --sourcemap --external react,react-dom",
    "dev": "tsup src/index.ts --format cjs,esm --watch --dts --external react,react-dom",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "react",
    "toast",
    "notification",
    "alert",
    "snackbar",
    "nextjs",
    "typescript",
    "premium",
    "modern",
    "linear",
    "vercel"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/eimaam/react-next-toast.git"
  },
  "author": "Imam Dahir Dan-Azumi <imamddahir@gmail.com> (https://eimaam.dev)",
  "bugs": {
    "url": "https://github.com/eimaam/react-next-toast/issues"
  },
  "license": "MIT",
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "devDependencies": {
    "@types/react": "^18.2.45",
    "@types/react-dom": "^18.2.18",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "tsup": "^8.5.1",
    "typescript": "^5.3.3"
  }
}