{
  "name": "vue-toastflow",
  "author": "adrianjanocko",
  "description": "Framework-agnostic toast engine with a Vue 3 renderer. Typed core, smooth stack animations, CSS-first theming, and full control over layout and behavior.",
  "keywords": [
    "notifications",
    "typescript",
    "vue",
    "toastr",
    "toast",
    "notification",
    "toast-notifications",
    "toaster",
    "toastify"
  ],
  "license": "MIT",
  "homepage": "https://toastflow.top/",
  "repository": {
    "type": "git",
    "url": "https://github.com/adrianjanocko/toastflow.git",
    "directory": "packages/vue"
  },
  "version": "1.1.8",
  "main": "src/index.ts",
  "module": "src/index.ts",
  "types": "src/index.ts",
  "files": [
    "dist",
    "src",
    "styles.css",
    "README.md",
    "package.json",
    "vite.config.ts",
    "tsconfig.json"
  ],
  "peerDependencies": {
    "vue": "^3.4.0"
  },
  "dependencies": {
    "toastflow-core": "^1.2.0"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^6.0.2",
    "typescript": "^5.9.3",
    "vite": "^7.2.4",
    "vitest": "^4.0.13",
    "vue": "^3.5.24"
  },
  "scripts": {
    "build": "vite build",
    "test": "vitest"
  }
}