watcher/package.json
2024-04-18 21:12:37 +02:00

27 lines
636 B
JSON
Executable File

{
"name": "@tempfix/watcher",
"repository": "github:fabiospampinato/watcher",
"description": "The file system watcher that strives for perfection, with no native dependencies and optional rename detection support.",
"version": "2.3.0",
"type": "module",
"main": "dist_ts/watcher.js",
"exports": "./dist_ts/watcher.js",
"types": "./dist_ts/watcher.d.ts",
"scripts": {},
"keywords": [
"fs",
"file",
"system",
"filesystem",
"watch",
"watcher"
],
"dependencies": {
"stubborn-fs": "^1.2.5"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.72",
"@types/node": "^20.4.6"
}
}