mirror of
https://github.com/donavon04/DocuCenter.git
synced 2025-01-18 09:40:56 -07:00
20 lines
372 B
JSON
20 lines
372 B
JSON
|
{
|
||
|
"name": "backend",
|
||
|
"version": "1.0.0",
|
||
|
"main": "app.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"description": "",
|
||
|
"dependencies": {
|
||
|
"body-parser": "^1.20.3",
|
||
|
"cors": "^2.8.5",
|
||
|
"express": "^4.21.2",
|
||
|
"mariadb": "^3.4.0",
|
||
|
"mongodb": "^6.12.0"
|
||
|
}
|
||
|
}
|