UNPKG

@eklingen/watch-debounced

Version:

Simple debounced file watcher. Uses Chokidar.

36 lines (35 loc) 777 B
{ "name": "@eklingen/watch-debounced", "version": "2.0.3", "description": "Simple debounced file watcher. Uses Chokidar.", "repository": { "type": "git", "url": "git+https://github.com/eklingen/watch-debounced.git" }, "publishConfig": { "access": "public" }, "author": "Elco Klingen", "license": "MIT", "homepage": "https://github.com/eklingen/watch-debounced#readme", "bugs": { "url": "https://github.com/eklingen/watch-debounced/issues" }, "keywords": [ "file", "watch", "debounced", "chokidar" ], "main": "index.js", "engines": { "node": ">=20.9.0" }, "packageManager": "yarn@4.0.2", "scripts": { "test": "echo '** TODO: Write tests! **';" }, "dependencies": { "chokidar": "^3.5.3" } }