18 lines
341 B
JSON
18 lines
341 B
JSON
{
|
|
"name": "sunnymh-db",
|
|
"version": "1.0.0",
|
|
"main": "db_api.jsx",
|
|
"scripts": {
|
|
"start": "node db_api.jsx",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"express": "^4.21.2",
|
|
"mongodb": "^6.15.0",
|
|
"mysql2": "^3.14.0"
|
|
}
|
|
}
|