@hitomihiumi/filewatcher
Version:
A simple module that allows you to track changes in files of certain directories and certain extensions.
40 lines (39 loc) • 1.02 kB
JSON
{
"name": "@hitomihiumi/filewatcher",
"version": "0.1.1",
"description": "A simple module that allows you to track changes in files of certain directories and certain extensions.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "node --trace-warnings ./test/test.js",
"build": "tsc",
"doc": "tsx docgen.ts"
},
"keywords": [
"file",
"watcher",
"filewatcher"
],
"author": "hitomihiumi",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hitomihiumi/filewatcher.git"
},
"bugs": {
"url": "https://github.com/hitomihiumi/filewatcher/issues"
},
"homepage": "https://github.com/hitomihiumi/filewatcher#readme",
"devDependencies": {
"@hitomihiumi/micro-docgen": "^0.3.0",
"@types/node": "^22.14.0",
"eslint": "^9.23.0",
"eslint-config-neon": "^0.2.7",
"tslib": "^2.8.1",
"tsx": "^4.19.2",
"typescript": "^5.4.5"
},
"dependencies": {
"chokidar": "^4.0.3"
}
}