copy-and-watch
Version:
Synchronize files or folders locally, with a watch option
43 lines (42 loc) • 775 B
JSON
{
"name": "copy-and-watch",
"version": "0.1.8",
"description": "Synchronize files or folders locally, with a watch option",
"main": "index.js",
"bin": {
"copy-and-watch": "./bin/copy-and-watch"
},
"repository": {
"type": "git",
"url": "https://github.com/zont/copy-and-watch"
},
"keywords": [
"rsync",
"copy",
"cp",
"cpw",
"copyw",
"catw",
"folder",
"directory",
"file",
"watch"
],
"author": "Alexander Zonov",
"license": "MIT",
"dependencies": {
"chokidar": "3.6.0",
"colors": "1.4.0",
"glob": "10.3.12",
"glob-parent": "6.0.2"
},
"devDependencies": {
"eslint": "^9.0.0"
},
"scripts": {
"lint": "eslint --fix index.js"
},
"engines": {
"node": ">=10"
}
}