{ "name": "sthayi", "version": "0.1.3", "mcpName": "io.github.sthayi-ai/sthayi", "description": "Sthayi — the you that persists. Sovereign, local-first memory for every AI, over MCP.", "type": "module", "license": "MIT", "author": "Gopal Raja", "homepage": "https://sthayi.ai", "repository": { "type": "git", "url": "git+https://github.com/sthayi-ai/sthayi.git", "directory": "packages/cli" }, "bugs": "https://github.com/sthayi-ai/sthayi/issues", "keywords": ["mcp", "memory", "local-first", "ai", "sovereign", "model-context-protocol"], "bin": { "sthayi": "dist/index.js" }, "main": "dist/index.js", "files": ["dist", "prompts"], "engines": { "node": "22.x || 24.x" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "clean": "rm -rf dist", "prepack": "node scripts/prepack.mjs", "postpack": "node scripts/postpack.mjs" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "better-sqlite3": "^12.11.1", "commander": "^12.1.0", "jsonc-parser": "^3.3.1", "smol-toml": "^1.3.1", "ulid": "^2.3.0", "yauzl": "^3.2.0", "zod": "^3.24.1" }, "devDependencies": { "@sthayi/core": "workspace:*", "@types/better-sqlite3": "^7.6.12", "@types/yauzl": "^2.10.3", "tsup": "^8.3.5", "typescript": "^5.7.2" } }