Initial commit

This commit is contained in:
wsc-admin
2026-04-02 19:35:50 +09:00
commit fd3aa6b84f
7 changed files with 58 additions and 0 deletions

8
package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "node-app",
"private": true,
"version": "1.0.0",
"dependencies": {
"express": "^4.21.0"
}
}