Spaces:
Sleeping
Sleeping
File size: 346 Bytes
0e14acb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"name": "@workspace/integrations-openai-ai-react",
"version": "0.0.0",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts",
"./audio": "./src/audio/index.ts"
},
"peerDependencies": {
"react": ">=18"
},
"devDependencies": {
"@types/react": "catalog:",
"@types/react-dom": "catalog:"
}
}
|