SIGN IN SIGN UP
openai / openai-node UNCLAIMED

Official JavaScript / TypeScript library for the OpenAI API

0 0 0 TypeScript
2024-11-01 16:54:12 +00:00
{
"name": "@openai/openai",
2024-12-20 20:52:26 +00:00
"version": "5.0.0-alpha.0",
2025-01-21 15:35:13 +00:00
"exports": {
".": "./index.ts",
2025-01-21 15:35:13 +00:00
"./helpers/zod": "./helpers/zod.ts",
"./beta/realtime/websocket": "./beta/realtime/websocket.ts"
2025-01-21 15:35:13 +00:00
},
2025-01-21 22:36:52 +00:00
"imports": {
"zod": "npm:zod@3"
},
2024-11-01 16:54:12 +00:00
"publish": {
2024-11-06 05:06:50 +00:00
"exclude": [
"!."
]
2024-11-01 16:54:12 +00:00
}
}