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.

17 lines
323 B

{
"name": "lifanghe-education-backend",
"version": "1.0.0",
"private": true,
"type": "commonjs",
"scripts": {
"dev": "node --watch src/server.js",
"start": "node src/server.js"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.19.2",
"morgan": "^1.10.0",
"mysql2": "^3.22.5"
}
}