Add service dependencies and entry points

This commit is contained in:
Storme-bit
2026-04-04 05:01:31 -07:00
parent a265610312
commit 41a8bb3875
9 changed files with 1436 additions and 8 deletions

View File

@@ -4,9 +4,17 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node src/index.js",
"dev": "node --watch src/index.js"
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "ISC",
"dependencies": {
"@nexusai/shared": "^1.0.0",
"@qdrant/js-client-rest": "^1.17.0",
"better-sqlite3": "^12.8.0",
"dotenv": "^17.4.0",
"express": "^5.2.1"
}
}