Files
wehub-resource-sync 6c9c7fe7f3
CI / integration tests (3.13) (push) Failing after 1s
Commit lint / pull request title (push) Has been skipped
Docs / links (push) Failing after 1s
CI / unit tests (3.13) (push) Failing after 1s
CI / lint (push) Failing after 1s
CI / integration tests (push) Failing after 1s
CI / package build (push) Failing after 1s
Commit lint / commit messages (push) Failing after 1s
CI / unit tests (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:24:24 +08:00

19 lines
521 B
JSON

{
"name": "evermem-claude-code",
"version": "0.1.0",
"type": "module",
"description": "EverMem Plugin for Claude Code - automatic memory recall from past sessions",
"scripts": {
"test:save": "node scripts/test-save-memories.js",
"test:retrieve": "node scripts/test-retrieve-memories.js",
"test": "npm run test:save && npm run test:retrieve"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.1.76",
"@anthropic-ai/sdk": "^0.39.0"
},
"engines": {
"node": ">=18.0.0"
}
}