pihelper/package.json
Renovate Bot b844d39e5f
Some checks failed
Build / build (pull_request) Successful in 29s
Enable Auto Merge / auto-merge (pull_request) Has been skipped
Publish Docker image / Push Docker image to GitHub Packages (push) Failing after 22s
Update dependency concurrently to v9
2024-09-08 13:01:00 +00: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": "^9.0.0"
}
}