Rename repo-agent to conversation-layer-agent
This commit is contained in:
20
conversation-layer-agent/package.json
Normal file
20
conversation-layer-agent/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user