This commit is contained in:
2026-02-14 03:58:53 +00:00
parent 3c21d6c8e5
commit 00ac3d84cd
2 changed files with 778 additions and 0 deletions

16
frontend/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^5.2.1"
}
}