mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-23 12:55:26 +00:00
Published to npm: https://www.npmjs.com/package/@ruvector/cli 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
46 lines
944 B
JSON
46 lines
944 B
JSON
{
|
|
"name": "@ruvector/cli",
|
|
"version": "0.1.28",
|
|
"description": "Command-line interface for RuVector vector database with self-learning hooks",
|
|
"main": "dist/cli.js",
|
|
"types": "dist/cli.d.ts",
|
|
"bin": {
|
|
"ruvector": "dist/cli.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"clean": "rm -rf dist *.tsbuildinfo",
|
|
"test": "echo \"Tests not yet implemented\"",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint src --ext .ts"
|
|
},
|
|
"keywords": [
|
|
"vector",
|
|
"database",
|
|
"cli",
|
|
"command-line",
|
|
"hooks",
|
|
"intelligence",
|
|
"claude-code"
|
|
],
|
|
"author": "RuVector Team",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^12.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"pg": "^8.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"@types/pg": "^8.11.0",
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|