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] 68b3c05f0c
Bump ssh2 from 1.13.0 to 1.14.0
Bumps [ssh2](https://github.com/mscdex/ssh2) from 1.13.0 to 1.14.0.
- [Commits](https://github.com/mscdex/ssh2/compare/v1.13.0...v1.14.0)

---
updated-dependencies:
- dependency-name: ssh2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-20 01:06:28 +00:00

24 lines
584 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.6.2",
"ssh2": "^1.14.0"
},
"devDependencies": {
"concurrently": "^8.2.0",
"nodemon": "^2.0.22"
}
}