mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-25 15:03:46 +00:00
- Add npm/studio package with components and pages - Update Dockerfile.combined with improved configuration - Update Dockerfile.studio with fixes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
28 lines
576 B
JSON
28 lines
576 B
JSON
{
|
|
"name": "@ruvector/studio",
|
|
"version": "0.1.0",
|
|
"description": "RuVector Studio - Custom Supabase Studio with AI-native vector database features",
|
|
"author": "RuVector",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ruvnet/ruvector.git",
|
|
"directory": "npm/studio"
|
|
},
|
|
"keywords": [
|
|
"ruvector",
|
|
"supabase",
|
|
"studio",
|
|
"postgresql",
|
|
"vector-database",
|
|
"ai-native"
|
|
],
|
|
"files": [
|
|
"components/",
|
|
"pages/",
|
|
"README.md"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|