Files
mixly3-server/package.json
2024-11-29 21:21:58 +08:00

30 lines
664 B
JSON

{
"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": {
"await-to-js": "^3.0.0",
"commander": "^12.1.0",
"express": "^4.21.1",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"mitt": "^3.0.1",
"serialport": "^12.0.0",
"shelljs": "^0.8.5",
"shortid": "^2.2.16",
"simple-git": "^3.27.0",
"socket.io": "^4.8.1",
"usb": "^2.14.0"
}
}