2023-10-30 12:20:53 -07:00
|
|
|
{
|
|
|
|
|
"name": "openai-examples",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "Usage examples for the OpenAI Node.js SDK.",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2025-01-16 16:33:38 +00:00
|
|
|
"@azure/identity": "^4.2.0",
|
2025-01-29 09:45:25 -06:00
|
|
|
"dotenv": "^16.4.7",
|
2023-10-30 12:20:53 -07:00
|
|
|
"express": "^4.18.2",
|
2025-03-24 16:13:16 -07:00
|
|
|
"next": "^14.2.25",
|
2023-10-30 12:20:53 -07:00
|
|
|
"openai": "file:..",
|
2025-01-16 16:33:38 +00:00
|
|
|
"zod-to-json-schema": "^3.21.4"
|
2023-10-30 12:20:53 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/body-parser": "^1.19.3",
|
2025-01-16 16:33:38 +00:00
|
|
|
"@types/express": "^4.17.19",
|
|
|
|
|
"@types/web": "^0.0.194"
|
2023-10-30 12:20:53 -07:00
|
|
|
}
|
|
|
|
|
}
|