Initial commit

This commit is contained in:
2026-05-24 22:53:05 +09:00
commit c7ffc45bc6
8 changed files with 1060 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"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"
}