mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Icon resizing of viewPort dynamically, ability to specify custom fore and background colors via env vars (#32)
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
"eta": "^1.12.1",
|
||||
"express": "^4.17.1",
|
||||
"fp-ts": "^2.9.5",
|
||||
"libxmljs2": "^0.27.0",
|
||||
"morgan": "^1.10.0",
|
||||
"node-html-parser": "^2.1.0",
|
||||
"scale-that-svg": "^1.0.5",
|
||||
"sharp": "^0.27.2",
|
||||
"soap": "^0.37.0",
|
||||
"ts-md5": "^1.2.7",
|
||||
@@ -50,8 +50,8 @@
|
||||
"scripts": {
|
||||
"clean": "rm -Rf build",
|
||||
"build": "tsc",
|
||||
"dev": "BONOB_SONOS_SERVICE_NAME=bonobDev BONOB_SONOS_DEVICE_DISCOVERY=true nodemon ./src/app.ts",
|
||||
"devr": "BONOB_SONOS_SERVICE_NAME=bonobDev BONOB_SONOS_DEVICE_DISCOVERY=true BONOB_SONOS_AUTO_REGISTER=true nodemon ./src/app.ts",
|
||||
"dev": "BONOB_SONOS_SERVICE_NAME=bonobDev BONOB_SONOS_DEVICE_DISCOVERY=true nodemon",
|
||||
"devr": "BONOB_SONOS_SERVICE_NAME=bonobDev BONOB_SONOS_DEVICE_DISCOVERY=true BONOB_SONOS_AUTO_REGISTER=true nodemon",
|
||||
"register-dev": "ts-node ./src/register.ts http://$(hostname):4534",
|
||||
"test": "jest --testPathIgnorePatterns=build"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user