ruvector/npm/packages/pi-brain/package.json

40 lines
970 B
JSON

{
"name": "@ruvector/pi-brain",
"version": "0.1.0",
"description": "CLI and SDK for π — the RuVector shared brain. Share, search, and transfer learning across AI sessions.",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"pi-brain": "dist/cli.js",
"π": "dist/cli.js"
},
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "tsc",
"start": "node dist/cli.js",
"dev": "tsc --watch"
},
"keywords": ["pi", "brain", "ruvector", "mcp", "shared-learning", "claude", "ai"],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ruvnet/ruvector",
"directory": "npm/packages/pi-brain"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"typescript": "^5.3.0"
}
}