webOs-backend/package.json
2023-02-23 13:50:16 +08:00

30 lines
638 B
JSON

{
"name": "webOs",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "mocha --exit",
"lint": "eslint **/*.js",
"start": "node app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"mqtt": "^4.3.7",
"mysql2": "^3.1.2",
"nodejs-websocket": "^1.7.2",
"socket.io": "^4.6.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"babel-eslint": "^10.1.0",
"chai": "^4.3.7",
"eslint": "^8.34.0",
"eslint-loader": "^4.0.2",
"mocha": "^10.2.0"
}
}