{
  "_from": "react-hot-toast@^2.5.1",
  "_id": "react-hot-toast@2.6.0",
  "_inBundle": false,
  "_integrity": "sha512-bH+2EBMZ4sdyou/DPrfgIouFpcRLCJ+HoCA32UoAYHn6T3Ur5yfcDCeSr5mwldl6pFOsiocmrXMuoCJ1vV8bWg==",
  "_location": "/react-hot-toast",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-hot-toast@^2.5.1",
    "name": "react-hot-toast",
    "escapedName": "react-hot-toast",
    "rawSpec": "^2.5.1",
    "saveSpec": null,
    "fetchSpec": "^2.5.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-hot-toast/-/react-hot-toast-2.6.0.tgz",
  "_shasum": "4ada6ed3c75c5e42a90d562f55665ff37ee1442b",
  "_spec": "react-hot-toast@^2.5.1",
  "_where": "C:\\Sites\\Ecommerce",
  "author": {
    "name": "Timo Lins"
  },
  "bugs": {
    "url": "https://github.com/timolins/react-hot-toast/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "csstype": "^3.1.3",
    "goober": "^2.1.16"
  },
  "deprecated": false,
  "description": "Smoking hot React Notifications. Lightweight, customizable and beautiful by default.",
  "devDependencies": {
    "@jest/types": "^29.6.3",
    "@size-limit/preset-small-lib": "^7.0.8",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.1.0",
    "@types/jest": "^29.5.14",
    "@types/react": "^18.3.18",
    "@types/react-dom": "^18.3.5",
    "esbuild-minify-templates": "^0.13.1",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "prettier": "^2.8.8",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "size-limit": "^7.0.8",
    "ts-jest": "^29.2.5",
    "tslib": "^2.8.1",
    "tsup": "^6.7.0",
    "typescript": "^5.7.2"
  },
  "engines": {
    "node": ">=10"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./headless": {
      "types": "./headless/index.d.ts",
      "import": "./headless/index.mjs",
      "require": "./headless/index.js"
    }
  },
  "files": [
    "headless",
    "dist",
    "src"
  ],
  "homepage": "https://github.com/timolins/react-hot-toast#readme",
  "husky": {
    "hooks": {
      "pre-commit": "prettier src --ignore-unknown --write"
    }
  },
  "keywords": [
    "react",
    "notifications",
    "toast",
    "snackbar"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "react-hot-toast",
  "peerDependencies": {
    "react": ">=16",
    "react-dom": ">=16"
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "arrowParens": "always",
    "trailingComma": "es5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/timolins/react-hot-toast.git"
  },
  "scripts": {
    "build": "tsup",
    "link": "pnpm link ./site/node_modules/react && pnpm link ./site/node_modules/react-dom",
    "setup": "pnpm i && cd site && pnpm i && cd .. && pnpm run link",
    "size": "size-limit",
    "start": "tsup --watch",
    "test": "jest --runInBand"
  },
  "size-limit": [
    {
      "path": "dist/index.js",
      "limit": "5.5 KB"
    },
    {
      "path": "dist/index.mjs",
      "limit": "5.5 KB"
    },
    {
      "path": "headless/index.js",
      "limit": "2.5 KB"
    },
    {
      "path": "headless/index.mjs",
      "limit": "2.5 KB"
    }
  ],
  "types": "dist/index.d.ts",
  "version": "2.6.0"
}
