richierockskool / homebridge-inkbird-wifi-gateway

homebridge Inkbird wifi gateway
https://github.com/richierockskool/homebridge-inkbird-wifi-gateway
Apache License 2.0
7 stars 6 forks source link

Update package.json Build and Lint #9 #1

Closed richierockskool closed 2 years ago

richierockskool commented 2 years ago

What is the proper way to fix these Updates, do you go back to the one highlighted in Red Or Green? What is it telling you to do when this happens

Run errors and how to fix them

{ "private": false, "displayName": "Homebridge Inkbird WiFi Gateway", "name": "homebridge-InkBirdIBS-M1", "author": "R.Jagger", "version": "1.0.0", "description": "Control Inkbird BT devices through the WiFi Gateway App", "license": "Apache-2.0", "repository": { "type": "git", "url": "git://github.com/richierockskool/homebridge-InkBirdIBS-M1.git" }, "bugs": { "url": "https://github.com/richierockskool/homebridge-InkBirdIBS-M1/issues" }, "engines": { "node": ">=14.18.1", "homebridge": ">=1.3.5" }, "main": "dist/index.js", "scripts": { "lint": "eslint src/**.ts --max-warnings=0", "watch": "npm run build && npm link && nodemon", "build": "rimraf ./dist && tsc", "prepublishOnly": "npm run lint && npm run build" }, "keywords": [ "homebridge-plugin" "WiFi" "bluetooth", "temperature", "sensor", "Inkbird", "IBS-M1", "homebridge" ], "dependencies": {}, "devDependencies": { "@types/node": "^16.10.9", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "eslint": "^8.0.1", "homebridge": "^1.3.5", "nodemon": "^2.0.13", "rimraf": "^3.0.2", "ts-node": "^10.3.0", "typescript": "^4.4.4" } }


**Plugin Config:**

```json
Show your Homebridge config.json here, remove any sensitive information.

Screenshots:

Environment:

richierockskool commented 2 years ago

Figured it out