{
  "name": "@huxy/copy-file-webpack-plugin",
  "version": "1.1.9",
  "title": "copy-file-webpack-plugin",
  "feature": "0.0.1",
  "hooks": "0.0.1",
  "type": "module",
  "description": "webpack copy file plugin",
  "homepage": "https://github.com/ahyiru/copy-file-webpack-plugin",
  "keywords": [
    "webpack",
    "plugin",
    "copy file"
  ],
  "sideEffects": false,
  "main": "./lib/index.js",
  "exports": {
    ".": "./lib/index.js",
    "./package.json": "./package.json"
  },
  "scripts": {
    "start": "node server"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ahyiru/copy-file-webpack-plugin.git"
  },
  "license": "MIT",
  "dependencies": {},
  "engines": {
    "node": ">=22.0.0"
  },
  "author": "yiru"
}
