ruvector/npm/studio/package.json
rUv 71c3e5da82 chore: Add npm/studio package and update Docker configs
- 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>
2025-12-06 23:07:26 +00:00

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"
}
}