Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-patch ... 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.2",
|
|
"socket.io": "^4.7.5",
|
|
"ssh2": "^1.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"concurrently": "^9.0.1",
|
|
"nodemon": "^3.1.4"
|
|
}
|
|
}
|