Files
conversation-layer/conversation-layer-agent/package.json
2025-06-05 00:10:10 -06:00

21 lines
419 B
JSON

{
"name": "conversation-layer-agent",
"version": "1.0.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"build": "tsc",
"start": "node dist/index.js"
},
"dependencies": {
"express": "^4.18.2",
"@google/generative-ai": "^0.5.0",
"dotenv": "^16.5.0"
},
"devDependencies": {
"typescript": "^5.4.5",
"@types/node": "^20.11.19",
"@types/express": "^4.17.21"
}
}