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

7 months ago
{
"name": "server_demo",
"version": "1.0.0",
"description": "",
7 months ago
"main": "server.js",
7 months ago
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
7 months ago
"start": "nodemon --ext js,html,css server.js"
7 months ago
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^5.1.0",
7 months ago
"mysql2": "^3.14.1",
7 months ago
"nodemon": "^3.1.10",
7 months ago
"oracledb": "^5.5.0",
"sequelize": "^6.37.7",
"sequelize-cli": "^6.6.3"
7 months ago
}
}