Skip to content

Commit

Permalink
sync settings with Apple TV Enhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
maxileith committed Nov 15, 2023
1 parent 642be12 commit c67450f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
1 change: 0 additions & 1 deletion nodemon.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"watch": ["src"],
"ext": "ts",
"ignore": [],
"exec": "tsc && homebridge -I -D",
Expand Down
22 changes: 18 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,30 @@
"author": "Maximilian Leith",
"scripts": {
"lint": "eslint src/**.ts --max-warnings=0",
"watch": "npm run build && npm link && nodemon",
"build": "rimraf -I ./dist && tsc",
"prepublishOnly": "npm install && npm run lint && npm run build"
"watch": "npm run build && npm link && nodemon --watch src --watch /var/lib/homebridge/config.json --watch ~/.homebridge/config.json",
"build": "npm ci && rimraf -I ./dist && npm run lint && tsc",
"prepublishOnly": "npm run build",
"postversion": "git push && git push --tags"
},
"engines": {
"homebridge": "^1.7.0",
"node": "^20.9.0 || ^18.18.2"
},
"keywords": [
"homebridge-plugin"
"homebridge-plugin",
"airportexpress",
"airport express",
"apple",
"express",
"homebridge",
"plugin",
"playing",
"state",
"media",
"automations",
"homekit",
"airplay",
"smarthome"
],
"license": "MIT",
"files": [
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"compilerOptions": {
"target": "ES2018", // ~node10
"target": "ESNext",
"module": "commonjs",
"lib": ["es2015", "es2016", "es2017", "es2018"],
"declaration": true,
"declarationMap": true,
"sourceMap": true,
Expand Down

0 comments on commit c67450f

Please sign in to comment.