This commit is contained in:
how2ice
2025-08-16 14:19:20 +09:00
parent 44cca8f122
commit 3b3ae51be4
1474 changed files with 20539 additions and 1058 deletions

View File

@@ -2,9 +2,12 @@
"name": "base",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node server.js",
"dev": "nodemon server.js"
},
"author": "",
"license": "ISC",
"description": "",
@@ -14,5 +17,8 @@
"express": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.14.3"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}