{
  "name": "vite-plugin-static-copy",
  "version": "1.0.5",
  "description": "rollup-plugin-copy for vite with dev server support.",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": "./dist/index.js",
  "files": [
    "dist"
  ],
  "engines": {
    "node": "^18.0.0 || >=20.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sapphi-red/vite-plugin-static-copy.git"
  },
  "keywords": [
    "vite",
    "vite-plugin"
  ],
  "author": "sapphi-red (https://github.com/sapphi-red)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sapphi-red/vite-plugin-static-copy/issues"
  },
  "homepage": "https://github.com/sapphi-red/vite-plugin-static-copy#readme",
  "sideEffects": false,
  "peerDependencies": {
    "vite": "^5.0.0"
  },
  "devDependencies": {
    "@changesets/changelog-github": "^0.5.0",
    "@changesets/cli": "^2.27.1",
    "@polka/url": "^1.0.0-next.25",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^20.12.7",
    "@types/throttle-debounce": "^5.0.2",
    "@typescript-eslint/eslint-plugin": "^7.8.0",
    "@typescript-eslint/parser": "^7.8.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-vitest": "^0.5.4",
    "mrmime": "^2.0.0",
    "node-fetch": "^3.3.2",
    "prettier": "^3.2.5",
    "throttle-debounce": "^5.0.0",
    "tsup": "^8.0.2",
    "typescript": "^5.4.5",
    "vite": "^5.2.10",
    "vitest": "^1.5.3",
    "vitest-github-actions-reporter": "^0.11.1"
  },
  "dependencies": {
    "chokidar": "^3.5.3",
    "fast-glob": "^3.2.11",
    "fs-extra": "^11.1.0",
    "picocolors": "^1.0.0"
  },
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup",
    "lint": "eslint --cache .",
    "format": "prettier --write --cache .",
    "type-check": "tsc --noEmit",
    "test": "vitest",
    "release:version": "changeset version && pnpm install --no-frozen-lockfile",
    "release:publish": "changeset publish"
  }
}