simple-watcher
Version:
"A simple deep directory watcher with zero dependencies and built-in deduplication.."
43 lines (42 loc) • 1.01 kB
JSON
{
"name": "simple-watcher",
"version": "6.0.1",
"description": "\"A simple deep directory watcher with zero dependencies and built-in deduplication..\"",
"type": "module",
"main": "src/watch.js",
"bin": {
"simple-watcher": "./bin/simple-watcher.js"
},
"scripts": {
"test": "node ./tests/test.js",
"bin": "node ./src/simple-watcher.js",
"release": "dotenv release-it",
"release:dry": "dotenv release-it --dry-run"
},
"engines": {
"node": ">=22.15.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": {
"dotenv": "^16.5.0",
"dotenv-cli": "^8.0.0",
"release-it": "^19.0.2"
}
}