无文件夹创建

This commit is contained in:
2024-06-08 14:16:28 +08:00
commit f76095b46c
7 changed files with 885 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "demoonbe",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "node main.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.19.2"
}
}