openai-harmony/javascript/package.json
Dominik Kundel 253cdca537 Initial commit
Co-authored-by: scott-oai <142930063+scott-oai@users.noreply.github.com>
Co-authored-by: Zhuohan Li <zhuohan@openai.com>
2025-08-05 08:42:25 -07:00

11 lines
208 B
JSON

{
"name": "@openai/harmony",
"version": "0.0.1",
"type": "module",
"files": [
"README.md",
"dist/"
],
"main": "./dist/web/openai_harmony.js",
"types": "./dist/web/openai_harmony.d.ts"
}