mirror of
https://github.com/samvallad33/vestige.git
synced 2026-04-25 00:36:22 +02:00
- vestige-mcp-server: 1.6.0 → 2.0.0, updated description and keywords - @vestige/init: 1.6.0 → 2.0.0, updated banner with v2.0 and dashboard URL Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
32 lines
645 B
JSON
32 lines
645 B
JSON
{
|
|
"name": "@vestige/init",
|
|
"version": "2.0.0",
|
|
"description": "Give your AI a brain in 10 seconds — zero-config Vestige v2.0 installer with 3D dashboard",
|
|
"bin": {
|
|
"vestige-init": "bin/init.js"
|
|
},
|
|
"keywords": [
|
|
"vestige",
|
|
"mcp",
|
|
"ai",
|
|
"memory",
|
|
"claude",
|
|
"copilot",
|
|
"cursor",
|
|
"xcode",
|
|
"jetbrains",
|
|
"windsurf",
|
|
"init",
|
|
"installer"
|
|
],
|
|
"author": "Sam Valladares",
|
|
"license": "AGPL-3.0-only",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/samvallad33/vestige.git",
|
|
"directory": "packages/vestige-init"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|