pihelper/package.json
dependabot[bot] b28218749c Bump concurrently from 7.6.0 to 8.2.2
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.6.0 to 8.2.2.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.6.0...v8.2.2)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-28 21:47:14 -06:00

19 lines
431 B
JSON

{
"name": "pihelper",
"version": "1.0.0",
"description": "A PWA to manage the status of your Pi-hole",
"scripts": {
"build": "npm run build --workspaces",
"prestart": "npm run -w client build",
"start": "npm run -w server start"
},
"author": "William Brawner <me@wbrawner.com>",
"license": "MIT",
"workspaces": [
"client",
"server"
],
"devDependencies": {
"concurrently": "^8.2.2"
}
}