{
  "name": "filemanager-webpack-plugin",
  "version": "10.0.1",
  "description": "Webpack plugin to copy, archive (.zip), move, delete files and directories before and after builds",
  "keywords": [
    "filemanager-plugin",
    "webpack",
    "webpack-archive-plugin",
    "webpack-copy-plugin"
  ],
  "homepage": "https://github.com/gregnb/filemanager-webpack-plugin#readme",
  "bugs": "https://github.com/gregnb/filemanager-webpack-plugin/issues",
  "license": "MIT",
  "author": "gregnb",
  "contributors": [
    {
      "name": "Sibiraj",
      "url": "https://github.com/sibiraj-s"
    }
  ],
  "repository": "github:gregnb/filemanager-webpack-plugin",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/sibiraj-s"
    }
  ],
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    "require": {
      "types": "./dist/index.d.cts",
      "default": "./dist/index.cjs"
    },
    "import": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "scripts": {
    "dev": "tsdown --watch",
    "build": "tsdown",
    "test": "vitest run",
    "test:watch": "vitest",
    "format": "prettier . --write --ignore-path .gitignore",
    "prepublishOnly": "npm run build && npm run test",
    "prepare": "is-ci || husky install"
  },
  "dependencies": {
    "@types/archiver": "^7.0.0",
    "@types/fs-extra": "^11.0.4",
    "@types/is-glob": "^4.0.4",
    "@types/normalize-path": "^3.0.2",
    "archiver": "^7.0.1",
    "del": "^8.0.1",
    "fast-glob": "^3.3.3",
    "fs-extra": "^11.3.4",
    "is-glob": "^4.0.3",
    "normalize-path": "^3.0.0",
    "schema-utils": "^4.3.3"
  },
  "devDependencies": {
    "@commitlint/cli": "^20.5.0",
    "@types/node": "^24.12.0",
    "commitlint-config-non-conventional": "^1.0.1",
    "html-webpack-plugin": "^5.6.6",
    "husky": "^9.1.7",
    "is-ci": "^4.1.0",
    "jszip": "^3.10.1",
    "lint-staged": "^16.4.0",
    "oxfmt": "^0.41.0",
    "oxlint": "^1.56.0",
    "publint": "^0.3.18",
    "tsdown": "^0.21.4",
    "typescript": "^5.9.3",
    "vitest": "^4.1.0",
    "webpack": "^5.105.4"
  },
  "peerDependencies": {
    "webpack": "^5.0.0"
  },
  "engines": {
    "node": ">=22.14.0"
  }
}
