{
  "name": "goey-toast",
  "version": "0.5.0",
  "description": "A gooey, morphing toast component built on Sonner with Framer Motion animations",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./styles.css": "./dist/index.css"
  },
  "sideEffects": [
    "*.css"
  ],
  "files": [
    "dist",
    "skills",
    "bin"
  ],
  "bin": {
    "goey-toast": "bin/cli.mjs"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {
    "framer-motion": ">=10.0.0",
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "dependencies": {
    "sonner": "^2.0.7"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/node": "^25.2.3",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^5.1.4",
    "framer-motion": "^12.34.0",
    "jsdom": "^28.0.0",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "keywords": [
    "toast",
    "notification",
    "sonner",
    "framer-motion",
    "animation",
    "morph"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/anl331/goey-toast"
  },
  "homepage": "https://goey-toast.vercel.app",
  "bugs": {
    "url": "https://github.com/anl331/goey-toast/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
