mirror of
https://github.com/samvallad33/vestige.git
synced 2026-06-08 20:25:16 +02:00
Some checks are pending
CI / Test (macos-latest) (push) Waiting to run
CI / Test (ubuntu-latest) (push) Waiting to run
CI / Release Build (aarch64-apple-darwin) (push) Blocked by required conditions
CI / Release Build (x86_64-unknown-linux-gnu) (push) Blocked by required conditions
CI / Release Build (x86_64-apple-darwin) (push) Blocked by required conditions
Test Suite / Unit Tests (push) Waiting to run
Test Suite / MCP E2E Tests (push) Waiting to run
Test Suite / User Journey Tests (push) Blocked by required conditions
Test Suite / Dashboard Build (push) Waiting to run
Test Suite / Code Coverage (push) Waiting to run
24 lines
588 B
JSON
24 lines
588 B
JSON
{
|
|
"name": "vestige",
|
|
"version": "2.1.0",
|
|
"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"
|
|
}
|
|
}
|