{ "name": "stateark", "version": "0.5.4", "mcpName": "io.github.Askrion/stateark", "type": "module", "scripts": { "dev": "tsx watch src/server.ts", "start": "tsx src/server.ts", "stdio": "tsx src/stdio.ts", "build": "tsc", "typecheck": "tsc --noEmit", "test": "node test/smoke.mjs", "install-claude-desktop": "node bin/stateark.mjs setup", "update": "npm install && npm run build && node bin/stateark.mjs setup", "prepublishOnly": "npm run typecheck && npm test && npm run build", "setup": "node bin/stateark.mjs setup", "report": "node bin/stateark.mjs report" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.20.2", "@supabase/supabase-js": "~2.57.4", "dotenv": "^17.2.2", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^24.3.1", "tsx": "^4.20.5", "typescript": "^5.9.2" }, "engines": { "node": ">=20" }, "description": "Local-first version control for AI work. Savepoint and resume your project state across chats and LLMs.", "license": "Elastic-2.0", "keywords": [ "mcp", "model-context-protocol", "claude", "llm", "context", "savepoint", "local-first" ], "bin": { "stateark": "bin/stateark.mjs" }, "files": [ "dist", "bin", "README.md", "INSTALL.md", "LICENSE", "CHANGELOG.md", "supabase" ] }