vestige/package.json

25 lines
588 B
JSON
Raw Permalink Normal View History

{
"name": "vestige",
"version": "2.0.1",
"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"
},
"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"
}
}