mirror of
https://github.com/supermemoryai/claude-supermemory.git
synced 2026-09-14 14:58:03 +08:00
fde77a7c98
Points the browser login flow at the current login page. Bumps the version across package.json, the plugin manifest and latest.json.
20 lines
432 B
JSON
20 lines
432 B
JSON
{
|
|
"name": "claude-supermemory-dev",
|
|
"version": "0.1.6",
|
|
"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"
|
|
}
|
|
}
|