{
  "name": "@hoppscotch/vue-sonner",
  "version": "1.2.3",
  "type": "module",
  "author": "Hoppscotch Team <support@hoppscotch.io>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoppscotch/vue-sonner.git"
  },
  "homepage": "https://github.com/hoppscotch/vue-sonner",
  "files": [
    "lib",
    "volar.d.ts"
  ],
  "main": "./lib/vue-sonner.cjs",
  "module": "./lib/vue-sonner.js",
  "exports": {
    ".": {
      "types": "./lib/vue-sonner.d.ts",
      "import": "./lib/vue-sonner.js",
      "require": "./lib/vue-sonner.cjs"
    }
  },
  "sideEffects": [
    "**/*.css"
  ],
  "types": "./lib/vue-sonner.d.ts",
  "license": "MIT",
  "devDependencies": {
    "@iconify/json": "^2.2.172",
    "@microsoft/api-extractor": "^7.42.1",
    "@types/node": "^18.19.8",
    "@unocss/reset": "^0.58.5",
    "@vitejs/plugin-vue": "^5.0.4",
    "@vue/tsconfig": "^0.5.1",
    "@vueuse/core": "^10.9.0",
    "@vueuse/head": "^2.0.0",
    "clean-css": "^5.3.3",
    "conventional-changelog-cli": "^5.0.0",
    "highlight.js": "^11.9.0",
    "typescript": "^5.3.3",
    "unocss": "^0.58.5",
    "unplugin-icons": "^0.18.5",
    "unplugin-vue-components": "^0.26.0",
    "vite": "^5.1.4",
    "vue": "^3.4.21",
    "vue-tsc": "^2.0.1"
  },
  "scripts": {
    "dev": "vite",
    "build:docs": "vite build --mode docs",
    "build:lib": "vite build --mode lib && pnpm run build:types",
    "build:types": "vue-tsc -p tsconfig.build.json && api-extractor run",
    "preview": "vite preview",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
  }
}