kai-model-gateway / package.json
ScottzillaSystems's picture
Create package.json
46c23f3 verified
raw
history blame contribute delete
254 Bytes
{
"name": "kai-model-gateway",
"version": "1.0.0",
"main": "api/index.js",
"scripts": {
"start": "node api/index.js"
},
"dependencies": {
"axios": "^1.6.0",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.18.2"
}
}