Bumps [express](https://github.com/expressjs/express) from 4.18.3 to 4.19.1. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.18.3...4.19.1) --- updated-dependencies: - dependency-name: express dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
583 B
JSON
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.19.1",
|
|
"socket.io": "^4.7.5",
|
|
"ssh2": "^1.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"concurrently": "^8.2.2",
|
|
"nodemon": "^3.1.0"
|
|
}
|
|
}
|