[Update] feature

This commit is contained in:
tv0924@icloud.com 2025-05-28 16:49:48 +09:00
commit ef1d8f40b3
7 changed files with 464 additions and 36 deletions

View file

@ -3,12 +3,17 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^5.1.0"
},
"keywords": [],
"description": "",
"devDependencies": {
"nodemon": "^3.1.10"
}
}