You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
485 B
JSON
23 lines
485 B
JSON
{
|
|
"name": "server_demo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "nodemon --ext js,html,css server.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"express": "^5.1.0",
|
|
"mysql2": "^3.14.1",
|
|
"nodemon": "^3.1.10",
|
|
"oracledb": "^5.5.0",
|
|
"sequelize": "^6.37.7",
|
|
"sequelize-cli": "^6.6.3"
|
|
}
|
|
}
|