first commit

This commit is contained in:
Archeb
2024-04-07 23:40:39 +08:00
commit 53a8dd6d68
7 changed files with 284 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "youchat-proxy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.19.2",
"uuid": "^9.0.1"
}
}