{
  "name": "bosch-smart-home-bridge",
  "version": "1.8.1",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepack": "pinst --disable",
    "postpack": "pinst --enable",
    "clean": "rimraf dist && rimraf dist.spec",
    "build:ts": "tsc -p tsconfig.app.json && tsc -p tsconfig.spec.json",
    "build": "npm run clean && npm run build:ts",
    "lint": "eslint --max-warnings 0 .",
    "lint:fix": "eslint --max-warnings 0 --fix .",
    "prettier": "prettier --write .",
    "test": "cross-env TS_NODE_PROJECT='./tsconfig.spec.json' c8 mocha --grep should --exit",
    "test:watch": "cross-env TS_NODE_PROJECT='./tsconfig.spec.json' c8 mocha --grep should",
    "release": "semantic-release"
  },
  "keywords": [
    "Bosch Smart Home",
    "Smart Home",
    "home automation"
  ],
  "author": {
    "name": "Christopher Holomek",
    "email": "holomekc.github@gmail.com"
  },
  "homepage": "https://github.com/holomekc/bosch-smart-home-bridge",
  "license": "MIT",
  "description": "Allows communication to Bosch Smart Home Controller",
  "repository": {
    "type": "git",
    "url": "https://github.com/holomekc/bosch-smart-home-bridge"
  },
  "bugs": {
    "url": "https://github.com/holomekc/bosch-smart-home-bridge/issues"
  },
  "dependencies": {
    "rxjs": "7.8.1",
    "selfsigned": "5.5.0",
    "uuid": "13.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "20.4.0",
    "@commitlint/config-conventional": "20.4.1",
    "@eslint/eslintrc": "3.3.3",
    "@eslint/js": "9.39.2",
    "@semantic-release/exec": "7.1.0",
    "@tsconfig/node24": "24.0.4",
    "@types/chai": "5.2.3",
    "@types/express": "5.0.6",
    "@types/mocha": "10.0.10",
    "@types/node": "24.1.0",
    "@types/sinon": "21.0.0",
    "@typescript-eslint/eslint-plugin": "8.54.0",
    "@typescript-eslint/parser": "8.54.0",
    "c8": "10.1.3",
    "chai": "6.2.2",
    "conventional-changelog-conventionalcommits": "9.1.0",
    "cross-env": "10.1.0",
    "eslint": "9.39.2",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-prefer-arrow": "1.2.3",
    "eslint-plugin-prettier": "5.5.5",
    "eslint-plugin-unused-imports": "4.3.0",
    "express": "5.2.1",
    "husky": "9.1.7",
    "mocha": "11.7.5",
    "pinst": "3.0.0",
    "prettier": "3.8.1",
    "prettier-eslint": "16.4.2",
    "rimraf": "6.1.2",
    "semantic-release": "25.0.3",
    "semantic-release-yarn": "3.0.2",
    "sinon": "21.0.1",
    "ts-node": "10.9.2",
    "typescript": "5.9.3"
  },
  "files": [
    "package.json",
    "LICENSE",
    "dist"
  ],
  "packageManager": "yarn@4.6.0"
}
