esbuild-copy-static-files
Version:
An esbuild plugin to copy static files that changed from a source directory to a destination directory
23 lines (22 loc) • 606 B
JSON
{
"name": "esbuild-copy-static-files",
"version": "0.1.0",
"description": "An esbuild plugin to copy static files that changed from a source directory to a destination directory",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nickjj/esbuild-copy-static-files.git"
},
"keywords": [
"esbuild",
"copy",
"static",
"files"
],
"author": "Nick Janetakis",
"license": "MIT",
"bugs": {
"url": "https://github.com/nickjj/esbuild-copy-static-files/issues"
},
"homepage": "https://github.com/nickjj/esbuild-copy-static-files"
}