rollup-plugin-copy-glob
Version:
Rollup plugin to easily copy files and folders. Glob supported
44 lines (43 loc) • 857 B
JSON
{
"name": "rollup-plugin-copy-glob",
"version": "0.4.1",
"description": "Rollup plugin to easily copy files and folders. Glob supported",
"main": "index.js",
"bin": {
"rollup-plugin-copy-glob": "./bin/rollup-plugin-copy-glob"
},
"repository": {
"type": "git",
"url": "https://github.com/zont/rollup-plugin-copy-glob"
},
"keywords": [
"rollup",
"plugin",
"copy",
"cp",
"cpy",
"folder",
"file",
"files",
"glob"
],
"author": "Alexander Zonov",
"license": "MIT",
"dependencies": {
"chokidar": "4.0.1",
"colors": "1.4.0",
"glob": "11.0.0",
"glob-parent": "6.0.1"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"eslint": "^9.14.0",
"globals": "^15.12.0"
},
"scripts": {
"lint": "eslint --fix index.js"
},
"engines": {
"node": ">=12"
}
}