b704d564f3
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.1.3 to 4.2.0. - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/master/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/4.1.3...4.2.0) --- updated-dependencies: - dependency-name: socket.io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "@the-bds-maneger/bds-maneger",
|
|
"version": "1.11.rc8",
|
|
"description": "A fully web manager, and versatile.",
|
|
"main": "index.js",
|
|
"private": false,
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "nodemon -e js,html,css index.js",
|
|
"test": "exit 0",
|
|
"eslint": "eslint . --fix",
|
|
"nexe": "node NexeBuild.js",
|
|
"nexe:android": "node NexeBuild.js --android"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/The-Bds-Maneger/Bds-Maneger.git"
|
|
},
|
|
"keywords": [
|
|
"minecraft",
|
|
"bds",
|
|
"bds-server",
|
|
"Windows",
|
|
"linux",
|
|
"macos"
|
|
],
|
|
"author": "Matheus Sampaio Queiroga (Sirherobrine23) <srherobrine20@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/The-Bds-Maneger/issues"
|
|
},
|
|
"homepage": "https://github.com/The-Bds-Maneger#readme",
|
|
"dependencies": {
|
|
"@the-bds-maneger/core": "github:The-Bds-Maneger/Bds-Maneger-Core",
|
|
"body-parser": "^1.19.0",
|
|
"express": "^4.17.1",
|
|
"express-http-proxy": "^1.6.2",
|
|
"express-rate-limit": "^5.3.0",
|
|
"js-yaml": "^4.1.0",
|
|
"minimist": "^1.2.5",
|
|
"nexe": "*",
|
|
"open": "^8.2.1",
|
|
"qrcode": "^1.4.4",
|
|
"socket.io": "^4.2.0",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.12"
|
|
}
|
|
}
|