{
"name": "gauntlet-incept-llm-service",
"version": "0.1.0",
"description": "LLM service for the Gauntlet Incept project",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "jest"
},
"dependencies": {
"express": "^4.18.2",
"dotenv": "^16.3.1",
"cors": "^2.8.5",
"openai": "^4.20.1",
"winston": "^3.11.0"
},
"devDependencies": {
"jest": "^29.7.0",
"nodemon": "^3.0.1",
"supertest": "^6.3.3"
}
}