therapist/package.json
2023-03-04 15:08:40 -05:00

13 lines
177 B
JSON

{
"name": "therapist",
"version": "0.1.0",
"private": true,
"scripts": {
},
"dependencies": {
"openai": "^3.1.0"
},
"engines": {
"node": ">=14.6.0"
}
}