22 lines
416 B
JSON
22 lines
416 B
JSON
{
|
|
"name": "backend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"body-parser": "^2.2.2",
|
|
"cors": "^2.8.5",
|
|
"express": "^5.2.1",
|
|
"helmet": "^8.1.0",
|
|
"mysql": "^2.18.1",
|
|
"mysql2": "^3.16.0"
|
|
}
|
|
}
|