chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user