{
  "name": "node-red-contrib-nefit-easy2",
  "version": "2.5.9",
  "description": "The most extensive Nefit Easy node for Node RED",
  "author": "Raimond Brookman <raimondb@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RaimondB/node-red-contrib-nefit-easy.git"
  },
  "bugs": {
    "url": "https://github.com/RaimondB/node-red-contrib-nefit-easy/issues"
  },
  "homepage": "https://github.com/RaimondB/node-red-contrib-nefit-easy#readme",
  "dependencies": {
    "bluebird": "^3.7.2",
    "nefit-easy-commands": "^3.0.5"
  },
  "keywords": [
    "node-red",
    "nefit",
    "easy"
  ],
  "node-red": {
    "version": ">=3.0.0",
    "nodes": {
      "nefit-easy": "nefit-easy.js",
      "nefit-easy-config": "nefit-easy-config.js"
    }
  },
  "engines": {
    "node": ">=18.5"
  },
  "devDependencies": {
    "deep-extend": "^0.6.0",
    "mocha": "^11.7.5",
    "node-red": "^4.1.10",
    "node-red-node-test-helper": "^0.3.6",
    "npm": "^11.6.2",
    "semantic-release": "^25.0.3",
    "@semantic-release/exec": "^7.1.0",
    "should": "^13.2.3",
    "bufferutil": "^4.0.6",
    "utf-8-validate": "^6.0.0",
    "mocha-junit-reporter": "^2.0.2"
  },
  "scripts": {
    "test": "mocha \"test/**/*_spec.js\"",
    "test-ci": "mocha \"test/**/*_spec.js\" --reporter json --reporter-option output=test-results.json"
  }
}
