Update package scope to @soulcraft and configure as private

Changed package name and imports to use the @soulcraft scope. Updated `README.md` to reflect the use of a private npm package and added publishing/installing instructions. Configured `package.json` with `private: true` and restricted access for publishing. Updated demo link to the correct GitHub repository.
This commit is contained in:
David Snelling 2025-05-23 11:08:02 -07:00
parent 49480e694c
commit 7638506ffa
3 changed files with 41 additions and 32 deletions

View file

@ -1,5 +1,5 @@
{
"name": "brainy",
"name": "@soulcraft/brainy",
"version": "0.1.0",
"description": "A vector database using HNSW indexing with Origin Private File System storage",
"main": "dist/index.js",
@ -30,6 +30,10 @@
],
"author": "David Snelling (david@soulcraft.com)",
"license": "MIT",
"private": true,
"publishConfig": {
"access": "restricted"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "^20.4.5",