Huju / package.json
abrotech's picture
Create package.json
ba946c4 verified
raw
history blame contribute delete
304 Bytes
{
"name": "zora-ai-app",
"version": "1.0.0",
"description": "An AI assistant powered by Gemini 1.5 Flash",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "^4.17.1",
"@google/genai": "^0.7.0"
},
"engines": {
"node": ">=18.0.0"
}
}