{ "name": "@jordanhindo/lore", "version": "0.2.0", "mcpName": "io.github.jordanhindo/lore", "description": "Lightweight MCP for infinite agent memory. Any agent, any session, anytime.", "type": "module", "license": "MIT", "author": "Jordan Hindo", "homepage": "https://github.com/jordanhindo/lore#readme", "repository": { "type": "git", "url": "git+https://github.com/jordanhindo/lore.git" }, "bugs": { "url": "https://github.com/jordanhindo/lore/issues" }, "keywords": [ "mcp", "model-context-protocol", "agent-memory", "llm", "claude", "codex", "sqlite", "fts5", "session-memory", "ai-agents" ], "publishConfig": { "access": "public" }, "files": [ "dist", "skills", "scripts", "AGENT-ONBOARD.md" ], "bin": { "lore": "dist/cli/lore.js" }, "scripts": { "build": "tsc -p tsconfig.build.json && node scripts/make-bin-executable.mjs", "typecheck": "tsc -p tsconfig.json --noEmit", "lint": "eslint .", "format": "prettier --check .", "format:write": "prettier --write .", "test": "vitest run", "test:watch": "vitest", "check": "npm run typecheck && npm run lint && npm run format && npm run test", "prepublishOnly": "npm run build", "package:smoke": "npm run build && node scripts/validate-package-smoke.mjs" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "better-sqlite3": "^11.10.0", "zod": "^3.25.0" }, "devDependencies": { "@types/better-sqlite3": "^7.6.13", "@types/node": "^22.15.0", "@typescript-eslint/eslint-plugin": "^8.33.0", "@typescript-eslint/parser": "^8.33.0", "eslint": "^9.28.0", "prettier": "^3.5.0", "tsx": "^4.19.0", "typescript": "^5.8.0", "vitest": "^3.2.0" }, "engines": { "node": ">=22" } }