Files
wehub-resource-sync 979fb22d7c
CI / test (20, macos-latest) (push) Waiting to run
CI / test (20, ubuntu-latest) (push) Waiting to run
CI / test (22, macos-latest) (push) Waiting to run
CI / test (22, ubuntu-latest) (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:01:18 +08:00

23 lines
671 B
JSON

{
"name": "@agentmemory/fs-watcher",
"version": "0.1.0",
"description": "Filesystem connector for agentmemory — emits observations on file changes.",
"type": "module",
"bin": {
"agentmemory-fs-watcher": "./bin.mjs"
},
"main": "./watcher.mjs",
"exports": {
".": "./watcher.mjs"
},
"files": ["watcher.mjs", "bin.mjs", "README.md"],
"engines": { "node": ">=20" },
"license": "Apache-2.0",
"homepage": "https://github.com/rohitg00/agentmemory/tree/main/integrations/filesystem-watcher",
"repository": {
"type": "git",
"url": "https://github.com/rohitg00/agentmemory.git",
"directory": "integrations/filesystem-watcher"
}
}