vestige/package.json
Sam Valladares 00511948ff Add developer launch kit for Vestige v2.1.23
Dual-wave marketing assets (Receipt Lock + cognitive memory), GitHub Pages
landing, comparison doc, ready-to-post copy, growth-engine scripts, and a
dedicated marketing Vestige data-dir setup path.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-02 12:38:18 -05:00

25 lines
647 B
JSON

{
"name": "vestige",
"version": "2.1.23",
"private": true,
"description": "Cognitive memory for AI - MCP server with FSRS-6 spaced repetition",
"author": "Sam Valladares",
"license": "AGPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/samvallad33/vestige",
"homepage": "https://samvallad33.github.io/vestige/"
},
"scripts": {
"build:mcp": "cargo build --release --package vestige-mcp",
"test": "cargo test --workspace",
"lint": "cargo clippy -- -D warnings",
"fmt": "cargo fmt"
},
"devDependencies": {
"typescript": "^5.9.3"
},
"engines": {
"node": ">=18"
}
}