vestige/package.json
Sam Valladares d23870d906 chore(release): v2.1.27 — External-Source Connectors
Bump all manifests 2.1.26 → 2.1.27 and date the CHANGELOG entry for the
GitHub + Redmine connector layer and source-aware search filters (#57, PR #78).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-19 11:10:54 -05:00

24 lines
589 B
JSON

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