update
This commit is contained in:
26
package.json
Executable file
26
package.json
Executable file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user