21 lines
424 B
JSON
21 lines
424 B
JSON
|
|
{
|
||
|
|
"name": "@singularity-forge/openai-codex-provider",
|
||
|
|
"version": "2.75.3",
|
||
|
|
"description": "OpenAI Codex CLI app-server transport helper for SF providers",
|
||
|
|
"type": "module",
|
||
|
|
"main": "./dist/index.js",
|
||
|
|
"types": "./dist/index.d.ts",
|
||
|
|
"exports": {
|
||
|
|
".": {
|
||
|
|
"types": "./dist/index.d.ts",
|
||
|
|
"import": "./dist/index.js"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"build": "tsgo -p tsconfig.json"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=26.1.0"
|
||
|
|
}
|
||
|
|
}
|