Add service dependencies and entry points
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user