Files
labplus-server/package.json

21 lines
368 B
JSON
Raw Permalink Normal View History

2024-01-15 00:03:15 +08:00
{
"name": "server",
"version": "1.0.0",
"description": "labplus server",
"type": "module",
"main": "index.js",
"scripts": {
"start": "nodemon src/index.js"
},
"keywords": [
"labplus"
],
"author": "hbk01",
"license": "GPL-3.0-or-later",
"dependencies": {
"express": "^4.18.2",
2024-08-11 21:47:44 +08:00
"mongoose": "^8.0.3",
"nodemon": "^3.1.0"
2024-01-15 00:03:15 +08:00
}
}