mirror of
https://github.com/vitalityAI/therapist.git
synced 2025-04-08 05:40:17 -04:00
23 lines
383 B
JSON
23 lines
383 B
JSON
{
|
|
"name": "therapist",
|
|
"type": "module",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"chat": "node chat.js",
|
|
"call": "node call.js",
|
|
"test": "node test.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"openai": "^3.1.0",
|
|
"twilio": "^4.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"dotenv": "^16.0.3"
|
|
}
|
|
}
|