initial commit

This commit is contained in:
2026-06-22 22:17:16 +07:00
commit ff4c9da44d
214 changed files with 3537 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
{
"name": "backend-opticscan",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/optic-scan/backend-optic-scan.git"
},
"author": "diasdigital",
"license": "ISC",
"bugs": {
"url": "https://github.com/optic-scan/backend-optic-scan/issues"
},
"homepage": "https://github.com/optic-scan/backend-optic-scan#readme",
"dependencies": {
"axios": "^1.8.4",
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"form-data": "^4.0.2",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.2",
"mysql2": "^3.13.0",
"sequelize": "^6.37.6"
}
}