{
  "name": "node-red-contrib-tahoma",
  "version": "3.0.0",
  "description": "Control a Somfy Tahoma box from Node RED",
  "main": "dist/nodes/tahoma.js",
  "files": [
    "dist/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "mkdir -p dist/nodes/ && cp -a src/nodes/*.html dist/nodes/ && tsc",
    "prepack": "npm run build",
    "execute": "npm run build && node-red",
    "lint": "eslint src/**/*.ts",
    "testmode:prepare": "node scripts/testmode-prepare.js",
    "testmode:start": "node scripts/testmode-start.js",
    "testmode": "npm run build && npm run testmode:prepare && npm run testmode:start",
    "testmode:watch": "npm run testmode:prepare && nodemon --config nodemon.testmode.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nikkow/node-red-contrib-tahoma.git"
  },
  "keywords": [
    "node",
    "red",
    "node-red",
    "tahoma",
    "somfy",
    "home",
    "automation"
  ],
  "author": "Nicolas Nunge <me@nikkow.eu>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/nikkow/node-red-contrib-tahoma/issues"
  },
  "homepage": "https://github.com/nikkow/node-red-contrib-tahoma#readme",
  "node-red": {
    "nodes": {
      "tahoma": "dist/nodes/tahoma.js",
      "tahoma-config": "dist/nodes/tahoma-config.js",
      "tahoma-read": "dist/nodes/tahoma-read.js"
    }
  },
  "dependencies": {
    "axios": "1.14.0",
    "bonjour": "3.5.1"
  },
  "devDependencies": {
    "@types/node": "25.5.0",
    "@types/node-red": "1.3.5",
    "@typescript-eslint/eslint-plugin": "8.57.2",
    "@typescript-eslint/parser": "8.57.2",
    "eslint": "10.1.0",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-prettier": "5.5.5",
    "node-red": "^4.0.0",
    "nodemon": "^3.1.11",
    "prettier": "3.8.1",
    "typescript": "5.9.3"
  }
}
