This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
PowerTools/package.json
dependabot[bot] 8b3a106d54
Bump socket.io from 4.7.3 to 4.7.4
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.7.3 to 4.7.4.
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/4.7.3...4.7.4)

---
updated-dependencies:
- dependency-name: socket.io
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 01:06:48 +00:00

24 lines
583 B
JSON

{
"name": "powertools",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/gnmyt/PowerTools.git",
"author": "Mathias Wagner <germannewsmaker@gmail.com>",
"license": "MIT",
"scripts": {
"client": "cd client && yarn dev",
"server": "nodemon server",
"dev": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\""
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2",
"socket.io": "^4.7.4",
"ssh2": "^1.15.0"
},
"devDependencies": {
"concurrently": "^8.2.2",
"nodemon": "^3.0.2"
}
}