Files
supermemoryai__claude-super…/package.json
Dhravya Shah 1e6e887173 chore: align version to 0.1.3 everywhere; statusline tip includes refreshInterval
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>
2026-08-18 19:02:26 -07:00

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