UNPKG

simple-watcher

Version:
40 lines (39 loc) 828 B
{ "name": "simple-watcher", "version": "5.0.1", "description": "\"A simple file s watcher.\"", "type": "module", "main": "index.js", "bin": { "simple-watcher": "./bin/simple-watcher.js" }, "scripts": { "test": "node ./test/test.js -v", "bin": "node ./bin/simple-watcher.js" }, "engines": { "node": ">=16.16.0" }, "repository": { "type": "git", "url": "https://github.com/gavoja/simple-watcher.git" }, "keywords": [ "file", "system", "directory", "recursive", "watch", "watcher" ], "author": "Michal Kochel", "license": "MIT", "bugs": { "url": "https://github.com/gavoja/simple-watcher/issues" }, "homepage": "https://github.com/gavoja/simple-watcher#readme", "devDependencies": { "fs-extra": "10.1.0", "triala": "0.4.0" } }