@alik6/bun-copy-plugin
Version:
The Copy Plugin for Bun is a utility plugin designed to copy files and directories during the build process using [Bun](https://github.com/oven-sh/bun). This plugin facilitates the copying of assets from one location to another, offering flexibility and c
21 lines (20 loc) • 519 B
JSON
{
"name": "@alik6/bun-copy-plugin",
"version": "0.0.10",
"author": {
"name": "alik6",
"url": "https://github.com/alik-6/bun-copy-plugin",
"email": "authastefard@proton.me"
},
"main": "index.ts",
"module": "index.ts",
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"license": "MIT",
"type": "module",
"keywords": ["bun", "bunjs", "bun-plugin", "bun-copy-plugin", "copy-plugin", "copy", "copy-bun-plugin", "bun-plugin-copy"]
}