mirror of
https://github.com/openai/codex.git
synced 2026-04-29 17:06:51 +00:00
21 lines
321 B
JSON
21 lines
321 B
JSON
{
|
|
"name": "@openai/codex",
|
|
"version": "0.0.0-dev",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"codex": "bin/codex.js"
|
|
},
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/openai/codex.git"
|
|
}
|
|
}
|