Удалить package.json

This commit is contained in:
2026-07-01 14:06:40 +00:00
parent ab2e24275d
commit 0fbe2cb1ff
-14
View File
@@ -1,14 +0,0 @@
{
"name": "faq-bot-chromadb-mcp",
"version": "1.0.0",
"description": "FAQ bot using ChromaDB as the sole vector store and a single MCP-tool for prompt generation.",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"chromadb": "^0.3.0",
"readline-sync": "^1.4.10"
}
}