12 lines
247 B
JSON
12 lines
247 B
JSON
{
|
|
"name": "codex_backend",
|
|
"version": "1.0.0",
|
|
"description": "a backend server of codex api proxy",
|
|
"main": "main.cjs",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "zhh",
|
|
"license": "MIT"
|
|
}
|