{
  "name": "node-red-contrib-m-bus",
  "version": "3.2.1",
  "description": "Node-Red node for M-Bus protocol",
  "main": "index.js",
  "node-red": {
    "nodes": {
      "mbus-client": "mbus-client.js",
      "mbus-out": "mbus-out.js",
      "mbus-controller": "mbus-controller.js"
    }
  },
  "dependencies": {
    "jsonfile": "^6.1.0",
    "node-mbus": "^2.2.4",
    "serialport": "^12.0.0"
  },
  "devDependencies": {
    "auto-changelog": "^2.4.0",
    "eslint": "^8.57.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.29.1",
    "release-it": "^17.1.1"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint --ext .js, .",
    "lint-fix": "eslint --fix --ext .js .",
    "changelog": "auto-changelog -p && git add CHANGELOG.md",
    "release": "read -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it",
    "release:beta": "read -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it --preRelease=beta"
  },
  "release-it": {
    "github": {
      "release": true
    },
    "git": {
      "tagName": "v${version}"
    },
    "hooks": {
      "after:bump": "npm run changelog"
    },
    "npm": {
      "publish": true
    }
  },
  "auto-changelog": {
    "unreleased": true,
    "commitLimit": false,
    "replaceText": {
      "^-[\\s]*": ""
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/robertsLando/node-red-contrib-m-bus.git"
  },
  "keywords": [
    "m-bus",
    "node-red",
    "mbus"
  ],
  "author": "Daniel Lando",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/robertsLando/node-red-contrib-m-bus/issues"
  },
  "homepage": "https://github.com/robertsLando/node-red-contrib-m-bus"
}
