{
  "name": "notifyx",
  "version": "4.0.1",
  "author": "A Awal Hadi",
  "type": "module",
  "main": "dist/notifyx.cjs",
  "module": "dist/notifyx.es.js",
  "types": "./dist/index.d.ts",
  "style": "dist/notifyx.min.css",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/notifyx.es.js",
      "require": "./dist/notifyx.cjs",
      "default": "./dist/notifyx.es.js"
    },
    "./style.css": "./dist/notifyx.min.css",
    "./package.json": "./package.json"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "@types/node": "^20.0.0",
    "terser": "^5.37.0",
    "typescript": "^5.8.2",
    "vite": "^7.0.0",
    "vite-plugin-dts": "^4.0.0",
    "vite-tsconfig-paths": "^5.1.4"
  },
  "description": "AI-native toast notification library — premium glassmorphism design, 5 animations, streaming AI support, priority queue, zero dependencies, < 7KB gzipped.",
  "files": [
    "dist/*.js",
    "dist/*.css",
    "dist/*.d.ts",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "toast",
    "toast notifications",
    "notification",
    "notify",
    "alert",
    "ai notifications",
    "llm toast",
    "mcp notifications",
    "streaming toast",
    "react toast",
    "nextjs toast",
    "vanilla js toast",
    "vue toast",
    "svelte toast",
    "angular toast",
    "notifyx",
    "glassmorphism",
    "premium ui",
    "promise toast",
    "async notifications",
    "lightweight",
    "zero dependencies",
    "framework agnostic",
    "accessible",
    "aria",
    "dark mode",
    "priority queue",
    "web animations api"
  ],
  "homepage": "https://github.com/awalhadi/notifyx#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/awalhadi/notifyx.git"
  },
  "bugs": {
    "url": "https://github.com/awalhadi/notifyx/issues"
  },
  "license": "MIT",
  "scripts": {
    "build": "vite build",
    "build:css": "node scripts/build-css.mjs",
    "build:all": "bun run build && bun run build:css",
    "verify": "bash scripts/verify-build.sh",
    "dev": "vite",
    "prepare": "bun run build:all"
  },
  "sideEffects": false
}
