forked from mirror/MCSM-Daemon
b8d7f2ef76
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) to 4.2.3 and updates ancestor dependency [socket.io-client](https://github.com/socketio/socket.io-client). These dependencies need to be updated together. Updates `socket.io-parser` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/socketio/socket.io-parser/releases) - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.2...4.2.3) Updates `socket.io-client` from 3.1.3 to 4.6.1 - [Release notes](https://github.com/socketio/socket.io-client/releases) - [Changelog](https://github.com/socketio/socket.io-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io-client/compare/3.1.3...4.6.1) --- updated-dependencies: - dependency-name: socket.io-parser dependency-type: indirect - dependency-name: socket.io-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
66 lines
1.8 KiB
JSON
66 lines
1.8 KiB
JSON
{
|
|
"name": "mcsmanager-daemon",
|
|
"version": "3.4.0",
|
|
"description": "Provides remote control capability for MCSManager to manage processes, scheduled tasks, I/O streams, and more",
|
|
"main": "src/app.js",
|
|
"scripts": {
|
|
"start": "ts-node ./src/app.ts",
|
|
"build": "tsc && webpack --config webpack.config.js",
|
|
"dev": "ts-node ./src/app.ts"
|
|
},
|
|
"homepage": "https://mcsmanager.com/",
|
|
"author": "https://github.com/unitwk",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@iarna/toml": "^2.2.5",
|
|
"@koa/router": "^10.0.0",
|
|
"archiver": "^5.3.1",
|
|
"axios": "^1.1.3",
|
|
"compressing": "^1.5.1",
|
|
"crypto": "^1.0.1",
|
|
"dockerode": "3.1.0",
|
|
"fs-extra": "^9.0.1",
|
|
"i18next": "^21.8.14",
|
|
"iconv-lite": "^0.6.2",
|
|
"koa": "^2.13.1",
|
|
"koa-body": "^4.2.0",
|
|
"koa-send": "^5.0.1",
|
|
"log4js": "^6.4.0",
|
|
"node-disk-info": "^1.3.0",
|
|
"node-schedule": "^2.0.0",
|
|
"node-stream-zip": "^1.15.0",
|
|
"os-utils": "0.0.14",
|
|
"pidusage": "^2.0.21",
|
|
"properties": "^1.2.1",
|
|
"socket.io": "^4.6.1",
|
|
"socket.io-client": "^4.6.1",
|
|
"uuid": "^8.3.2",
|
|
"yaml": "^1.10.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/archiver": "^5.3.1",
|
|
"@types/axios": "^0.14.0",
|
|
"@types/dockerode": "^3.2.7",
|
|
"@types/fs-extra": "^9.0.11",
|
|
"@types/iconv-lite": "0.0.1",
|
|
"@types/koa": "^2.13.4",
|
|
"@types/koa__router": "^8.0.7",
|
|
"@types/koa-send": "^4.1.3",
|
|
"@types/log4js": "^2.3.5",
|
|
"@types/mocha": "^8.2.2",
|
|
"@types/node": "^18.11.18",
|
|
"@types/node-schedule": "^1.3.2",
|
|
"@types/os-utils": "0.0.1",
|
|
"@types/pidusage": "^2.0.1",
|
|
"@types/ssh2": "^1.11.7",
|
|
"@types/uuid": "^8.3.0",
|
|
"eslint": "^7.13.0",
|
|
"nodemon": "^2.0.20",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.9.4",
|
|
"webpack": "^5.73.0",
|
|
"webpack-cli": "^4.10.0",
|
|
"webpack-node-externals": "^3.0.0"
|
|
}
|
|
}
|