{
  "name": "@unocss/webpack",
  "type": "module",
  "version": "66.6.8",
  "description": "The Webpack plugin for UnoCSS",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://unocss.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unocss/unocss.git",
    "directory": "packages-integrations/webpack"
  },
  "bugs": {
    "url": "https://github.com/unocss/unocss/issues"
  },
  "keywords": [
    "unocss",
    "webpack-plugin"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./rspack": {
      "import": "./dist/rspack.mjs",
      "require": "./dist/rspack.cjs"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*.d.cts",
        "./*"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "webpack": "^4 || ^5"
  },
  "dependencies": {
    "@jridgewell/remapping": "^2.3.5",
    "chokidar": "^5.0.0",
    "magic-string": "^0.30.21",
    "pathe": "^2.0.3",
    "tinyglobby": "^0.2.16",
    "unplugin": "^3.0.0",
    "unplugin-utils": "^0.3.1",
    "webpack-sources": "^3.3.4",
    "@unocss/config": "66.6.8",
    "@unocss/core": "66.6.8"
  },
  "devDependencies": {
    "webpack": "^5.105.4"
  },
  "scripts": {
    "build": "tsdown --config-loader unrun",
    "dev": "tsdown --config-loader unrun --watch"
  }
}