Files
milsim-site-v4/api/package.json
ajdj100 f708349a99 Did more stuff than I even wanna write. Notably:
- Auth/account management
- Navigation system
- Admin views for LOA stuff
2025-09-18 20:33:19 -04:00

24 lines
514 B
JSON

{
"name": "milsimapi",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "Ajdj100",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"connect-sqlite3": "^0.9.16",
"cors": "^2.8.5",
"dotenv": "^17.2.1",
"express": "^5.1.0",
"express-session": "^1.18.2",
"mariadb": "^3.4.5",
"mysql2": "^3.14.3",
"passport": "^0.7.0",
"passport-openidconnect": "^0.1.2"
}
}