Files
milsim-site-v4/api/package.json

20 lines
380 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": {
"cors": "^2.8.5",
"dotenv": "^17.2.1",
"express": "^5.1.0",
"mariadb": "^3.4.5",
"mysql2": "^3.14.3"
}
}