first commit

This commit is contained in:
sky
2025-06-23 16:07:32 -04:00
commit c86679fcab
4 changed files with 735 additions and 0 deletions

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "eg-proxy",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "bun --watch index.js"
},
"author": "",
"license": "ISC",
"description": ""
}