{ "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" } }