{
  "name": "toastive",
  "sideEffects": false,
  "version": "1.2.1",
  "packageManager": "pnpm@11.15.0",
  "author": {
    "name": "Manuel Martín",
    "email": "hola@manuelmartin.dev",
    "url": "https://manuelmartin.dev"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/manuelmartin-developer/toastive.git"
  },
  "bugs": {
    "url": "https://github.com/manuelmartin-developer/toastive/issues"
  },
  "homepage": "https://toastive.manuelmartin.dev/",
  "keywords": [
    "alert",
    "angular",
    "message",
    "notification",
    "react",
    "svelte",
    "toast",
    "toastive",
    "vue",
    "web-components"
  ],
  "type": "module",
  "module": "./dist/toastive.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/toastive.js"
      }
    }
  },
  "files": [
    "/dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc && vite build",
    "build-storybook": "storybook build",
    "dev": "vite",
    "lint": "eslint .",
    "preview": "vite preview",
    "storybook": "storybook dev -p 6006",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.0",
    "@ljcl/storybook-addon-cssprops": "6.1.0",
    "@storybook/addon-a11y": "10.5.2",
    "@storybook/addon-docs": "10.5.2",
    "@storybook/web-components-vite": "10.5.2",
    "@types/node": "26.1.1",
    "@typescript-eslint/eslint-plugin": "^8.20.0",
    "@typescript-eslint/parser": "^8.20.0",
    "@vitest/coverage-v8": "^4.1.10",
    "eslint": "^10.7.0",
    "eslint-config-prettier": "^10.0.1",
    "eslint-plugin-prettier": "^5.2.3",
    "eslint-plugin-storybook": "^10.5.2",
    "globals": "17.7.0",
    "jsdom": "^29.1.1",
    "prettier": "^3.9.5",
    "storybook": "10.5.2",
    "typescript": "6.0.3",
    "typescript-eslint": "^8.0.0",
    "vite": "8.1.5",
    "vite-plugin-dts": "^5.0.3",
    "vitest": "^4.1.10"
  }
}
