{
  "_from": "notiwind@2.1.0",
  "_id": "notiwind@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-u9owDTvjWtvf1DGdHB1/pVPBK47R1yeS0NAJfWPzwJTHk+JyyLby97fOkB63L1PRfbHkbUQD6BLEiPLzG3mwbQ==",
  "_location": "/notiwind",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "notiwind@2.1.0",
    "name": "notiwind",
    "escapedName": "notiwind",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/notiwind/-/notiwind-2.1.0.tgz",
  "_shasum": "91a5c3a1b031bc3423bf9623f947e303524ade16",
  "_spec": "notiwind@2.1.0",
  "_where": "/var/www/laravelapp",
  "author": {
    "name": "Emmanuel Deossa",
    "url": "https://github.com/emmanuelsw"
  },
  "bugs": {
    "url": "https://github.com/emmanuelsw/notiwind/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "mitt": "^3.0.1"
  },
  "deprecated": false,
  "description": "A headless Vue 3 notification library to use with Tailwind CSS.",
  "devDependencies": {
    "@babel/core": "^7.26.0",
    "@babel/preset-env": "^7.26.0",
    "@vitejs/plugin-vue": "^5.2.1",
    "@vue/compiler-sfc": "^3.5.13",
    "@vue/eslint-config-prettier": "^10.1.0",
    "@vue/eslint-config-typescript": "^14.1.3",
    "eslint": "^9.14.0",
    "eslint-plugin-vue": "^9.30.0",
    "prettier": "^3.3.3",
    "typescript": "~5.6.3",
    "vite": "^6.0.3",
    "vite-plugin-dts": "^3.0.3",
    "vue-tsc": "^2.1.10"
  },
  "files": [
    "dist",
    "CHANGELOG.md"
  ],
  "homepage": "https://github.com/emmanuelsw/notiwind",
  "keywords": [
    "vue",
    "vue3",
    "vite",
    "vuejs",
    "tailwindcss",
    "tailwindui",
    "notifications",
    "toast"
  ],
  "license": "MIT",
  "main": "dist/index.common.js",
  "module": "dist/index.esm.js",
  "name": "notiwind",
  "peerDependencies": {
    "vue": "^3.5.13"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/emmanuelsw/notiwind.git"
  },
  "scripts": {
    "build": "vite build",
    "format": "prettier --write src/",
    "lint": "eslint . --fix",
    "type-check": "vue-tsc --noEmit"
  },
  "types": "dist/index.d.ts",
  "version": "2.1.0"
}
