vestige/packages/vestige-mcp-npm/package.json

38 lines
673 B
JSON
Raw Normal View History

{
"name": "vestige-mcp-server",
"version": "1.6.0",
"description": "Vestige MCP Server - AI Memory System for Claude and other assistants",
"bin": {
"vestige-mcp": "bin/vestige-mcp.js",
"vestige": "bin/vestige.js"
},
"scripts": {
"postinstall": "node scripts/postinstall.js"
},
"keywords": [
"mcp",
"claude",
"ai",
"memory",
"vestige"
],
"author": "Sam Valladares",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/samvallad33/vestige.git"
},
"engines": {
"node": ">=18"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
]
}