This commit is contained in:
2026-02-14 03:57:20 +00:00
parent 6876717edf
commit dfbc5d402f
3 changed files with 5092 additions and 0 deletions

21
backend/package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.6",
"express": "^5.2.1"
},
"devDependencies": {
"jest": "^30.2.0",
"supertest": "^7.2.2"
}
}