This commit is contained in:
2026-01-26 17:09:34 -05:00
parent 2856181a25
commit 6a61776a4f
31 changed files with 7398 additions and 0 deletions

20
backend/package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "trackaccess-backend",
"version": "1.0.0",
"type": "module",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.14.1"
}
}