First commit

This commit is contained in:
administrator
2026-04-21 13:12:09 +09:00
commit f3034f2384
5 changed files with 919 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "weather-bot",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^5.1.0"
}
}