1
0
This repository has been archived on 2024-07-09. You can view files and clone it, but cannot push or open issues or pull requests.
fist-attemp-bds-Maneger/package.json
dependabot[bot] b704d564f3
Bump socket.io from 4.1.3 to 4.2.0
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>
2021-08-30 20:17:41 +00:00

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"
}
}