vestige/packages/vestige-init/package.json

33 lines
622 B
JSON
Raw Normal View History

{
"name": "@vestige/init",
"version": "1.6.0",
"description": "Give your AI a brain in 10 seconds — zero-config Vestige installer",
"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"
}
}