{
  "name": "unplugin-notifier",
  "type": "module",
  "version": "0.0.7",
  "packageManager": "pnpm@8.7.6",
  "description": "",
  "license": "MIT",
  "homepage": "https://github.com/kejunmao/unplugin-notifier#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kejunmao/unplugin-notifier.git"
  },
  "bugs": {
    "url": "https://github.com/kejunmao/unplugin-notifier/issues"
  },
  "keywords": [
    "unplugin",
    "vite",
    "webpack",
    "rollup",
    "rspack",
    "transform",
    "vite-plugin",
    "webpack-plugin",
    "rollup-plugin",
    "esbuild-plugin",
    "rspack-plugin",
    "nuxt-plugin",
    "node-notifier",
    "notification"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./vite": {
      "types": "./dist/vite.d.ts",
      "import": "./dist/vite.js",
      "require": "./dist/vite.cjs"
    },
    "./webpack": {
      "types": "./dist/webpack.d.ts",
      "import": "./dist/webpack.js",
      "require": "./dist/webpack.cjs"
    },
    "./rollup": {
      "types": "./dist/rollup.d.ts",
      "import": "./dist/rollup.js",
      "require": "./dist/rollup.cjs"
    },
    "./esbuild": {
      "types": "./dist/esbuild.d.ts",
      "import": "./dist/esbuild.js",
      "require": "./dist/esbuild.cjs"
    },
    "./rspack": {
      "types": "./dist/rspack.d.ts",
      "import": "./dist/rspack.js",
      "require": "./dist/rspack.cjs"
    },
    "./nuxt": {
      "types": "./dist/nuxt.d.ts",
      "import": "./dist/nuxt.js",
      "require": "./dist/nuxt.cjs"
    },
    "./types": {
      "types": "./dist/types.d.ts",
      "import": "./dist/types.js",
      "require": "./dist/types.cjs"
    },
    "./*": "./*"
  },
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./*"
      ]
    }
  },
  "files": [
    "dist",
    "patches",
    "assets",
    "apply-patch.mjs"
  ],
  "peerDependencies": {
    "@nuxt/kit": "^3",
    "@nuxt/schema": "^3",
    "@rspack/core": "*",
    "esbuild": "*",
    "rollup": "^3",
    "vite": ">=3",
    "webpack": "^4 || ^5"
  },
  "peerDependenciesMeta": {
    "webpack": {
      "optional": true
    },
    "rollup": {
      "optional": true
    },
    "vite": {
      "optional": true
    },
    "@rspack/core": {
      "optional": true
    },
    "esbuild": {
      "optional": true
    },
    "@nuxt/kit": {
      "optional": true
    },
    "@nuxt/schema": {
      "optional": true
    }
  },
  "dependencies": {
    "@pnpm/patching.apply-patch": "^2.0.5",
    "node-notifier": "^10.0.1",
    "std-env": "^3.4.3",
    "unplugin": "^1.5.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^0.43.0",
    "@nuxt/kit": "^3.7.3",
    "@nuxt/schema": "^3.7.3",
    "@rspack/core": "^0.3.4",
    "@types/node": "^20.6.3",
    "@types/node-notifier": "^8.0.2",
    "bumpp": "^9.2.0",
    "chalk": "^5.3.0",
    "eslint": "^8.49.0",
    "esno": "^0.17.0",
    "fast-glob": "^3.3.1",
    "nodemon": "^3.0.1",
    "rimraf": "^5.0.1",
    "rollup": "^3.29.2",
    "tsup": "^7.2.0",
    "typescript": "^5.2.2",
    "vite": "^4.4.9",
    "vitest": "^0.34.4",
    "webpack": "^5.88.2"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch src",
    "build:fix": "esno scripts/postbuild.ts",
    "lint": "eslint .",
    "play": "npm -C playground run dev",
    "release": "bumpp",
    "start": "esno src/index.ts",
    "test": "vitest",
    "postinstall": "node apply-patch.mjs"
  }
}