vite-plugin-static-copy
Version:
rollup-plugin-copy for vite with dev server support.
84 lines • 2.26 kB
JSON
{
"name": "vite-plugin-static-copy",
"version": "4.1.1",
"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": "^22.0.0 || >=24.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",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/sapphi-red"
},
"sideEffects": false,
"peerDependencies": {
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.7.0",
"@changesets/cli": "^2.31.0",
"@eslint/js": "^9.39.4",
"@polka/url": "^1.0.0-next.29",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^22.19.19",
"@types/throttle-debounce": "^5.0.2",
"@vitest/eslint-plugin": "^1.6.19",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"mrmime": "^2.0.1",
"prettier": "^3.8.3",
"throttle-debounce": "^5.0.2",
"tsdown": "^0.22.1",
"typescript": "^6.0.3",
"typescript-eslint": "^8.60.0",
"vite": "^8.0.14",
"vitest": "^4.1.7"
},
"dependencies": {
"chokidar": "^3.6.0",
"p-map": "^7.0.4",
"picocolors": "^1.1.1",
"tinyglobby": "^0.2.17"
},
"compatiblePackages": {
"schemaVersion": 1,
"rollup": {
"type": "incompatible",
"reason": "Uses Vite-specific APIs"
},
"rolldown": {
"type": "incompatible",
"reason": "Uses Vite-specific APIs"
}
},
"scripts": {
"dev": "tsdown --watch",
"build": "tsdown",
"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"
}
}