You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
465 B

{
"name": "nodejs",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "YuLeYuan",
"license": "ISC",
"description": "",
"dependencies": {
"cors": "^2.8.6",
"dotenv": "^17.2.4",
"express": "^5.2.1",
"express-validator": "^7.3.1",
"mysql2": "^3.16.3",
"sequelize": "^6.37.7"
},
"devDependencies": {
"nodemon": "^3.1.11"
}
}