g1 / package.json
GitHub Actions
Initial commit
8e074b3
raw
history blame contribute delete
460 Bytes
{
"name": "llmchain",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.21.1",
"groq-sdk": "^0.7.0",
"ollama": "^0.5.9",
"socket.io": "^4.8.0"
},
"devDependencies": {
"nodemon": "^3.1.7"
}
}