{
  "name": "@datagouv/vue-toaster",
  "version": "2.4.5",
  "description": "Vue 3 toaster notification",
  "type": "module",
  "files": [
    "dist",
    "src",
    "types"
  ],
  "types": "./dist/vue-toaster.d.ts",
  "module": "./dist/vue-toaster.js",
  "scripts": {
    "start": "npm run dev",
    "dev": "vite",
    "build": "vite build",
    "test": "vitest run",
    "test:watch": "vitest",
    "coverage": "vitest run --coverage",
    "preversion": "npm run build && vitest run",
    "publish-version": "npm publish --access public"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^5.0.4",
    "@vitest/coverage-v8": "^1.5.1",
    "jsdom": "^22.1.0",
    "vite": "^5.2.10",
    "vite-plugin-dts": "^3.9.0",
    "vitest": "^1.5.1",
    "vue": "^3.4.25",
    "vue-tsc": "^1.8.27"
  },
  "dependencies": {
    "mitt": "^3.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/datagouv/vue-toaster"
  },
  "keywords": [
    "toast",
    "toaster",
    "notification",
    "vue",
    "vue3",
    "toastify"
  ],
  "author": "DINUM",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/datagouv/vue-toaster/issues"
  },
  "homepage": "https://github.com/datagouv/vue-toaster"
}
