Files
Mahesh Sanikommu fde77a7c98 chore(auth): update plugin login URL
Points the browser login flow at the current login page. Bumps the version across package.json, the plugin manifest and latest.json.
2026-08-31 15:57:33 -07:00

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