pihelper/package.json
2022-02-04 18:08:07 -07: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": "^7.0.0"
}
}