mirror of
https://github.com/supermemoryai/claude-supermemory.git
synced 2026-09-14 14:58:03 +08:00
1e6e887173
latest.json (update-check) and package.json were stuck at 0.0.16 while plugin.json moved on. The one-time statusline tip now gives the full settings snippet including refreshInterval, without which the animation freezes between renders while idle. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
20 lines
432 B
JSON
20 lines
432 B
JSON
{
|
|
"name": "claude-supermemory-dev",
|
|
"version": "0.1.3",
|
|
"description": "Claude code plugin by Supermemory AI",
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"test": "node --test test/unit.mjs",
|
|
"lint": "biome check .",
|
|
"lint:fix": "biome check --write .",
|
|
"format": "biome format --write ."
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.3.13"
|
|
}
|
|
}
|