初始化提交

This commit is contained in:
王立帮
2024-11-29 15:59:21 +08:00
commit 546912edd7
5 changed files with 1480 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
/node_modules

1452
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "mixly3-server",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitee.com/bnu_mixly/mixly3-server.git"
},
"author": "Mixly Team",
"license": "ISC",
"dependencies": {
"commander": "^12.1.0",
"express": "^4.21.1",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"serialport": "^12.0.0",
"shelljs": "^0.8.5",
"simple-git": "^3.27.0",
"socket.io": "^4.8.1",
"usb": "^2.14.0"
}
}

0
src/index.js Normal file
View File

0
src/user/config.json Normal file
View File