{
  "name": "vyrn",
  "version": "4.0.5",
  "description": "A modern, customizable toast library for React and Next.js",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./toaster": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./components/Toaster": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "src",
    "README.md",
    "INTEGRATION.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "rollup -c && node scripts/add-use-client.js",
    "build:watch": "rollup -c -w",
    "test": "jest",
    "lint": "eslint 'src/**/*.{js,ts,tsx}'",
    "lint:fix": "eslint 'src/**/*.{js,ts,tsx}' --fix",
    "format": "prettier --write 'src/**/*.{js,ts,tsx}'",
    "prepublishOnly": "npm run build",
    "example:setup": "npm run build && npm link && cd example && npm install && npm link vyrn",
    "example:dev": "cd example && npm run dev"
  },
  "keywords": [
    "react",
    "nextjs",
    "toast",
    "notification"
  ],
  "author": "Your Name",
  "license": "MIT",
  "peerDependencies": {
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0"
  },
  "dependencies": {
    "@babel/preset-react": "^7.26.3",
    "@rollup/plugin-babel": "^6.0.4",
    "framer-motion": "^11.15.0",
    "lucide-react": "^0.469.0",
    "next-themes": "^0.4.4",
    "rollup-plugin-preserve-directives": "^0.4.0"
  },
  "devDependencies": {
    "@rollup/plugin-replace": "^6.0.2",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^13.0.0",
    "@testing-library/react-hooks": "^7.0.2",
    "@types/jest": "^27.4.1",
    "@types/react": ">=17.0.0 <20.0.0",
    "@types/react-dom": ">=17.0.0 <20.0.0",
    "@typescript-eslint/eslint-plugin": "^5.13.0",
    "@typescript-eslint/parser": "^5.13.0",
    "eslint": "^8.10.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-react": "^7.29.3",
    "eslint-plugin-react-hooks": "^4.3.0",
    "jest": "^27.5.1",
    "postcss": "^8.4.49",
    "prettier": "^2.5.1",
    "rollup": "^2.70.0",
    "rollup-plugin-postcss": "^4.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.31.0",
    "ts-jest": "^27.1.3",
    "typescript": "^4.5.0"
  }
}
