{
  "name": "node-red-contrib-victron-ble",
  "version": "2.1.1",
  "description": "node-red node to parse Instant Readout advertisement data from Victron BLE devices",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc && cp -r src/nodered/icons dist/nodered && cp src/devices/products.txt dist/devices/products.txt && node tools/buildhtml.js src/nodered dist/nodered",
    "start": "node dist/cli.js",
    "test": "npm run build && node --test tests/*.test.js",
    "test:watch": "npm run build && node --watch --test tests/*.test.js"
  },
  "bin": {
    "victron-ble": "./dist/cli.js"
  },
  "keywords": [
    "node-red",
    "victron",
    "ble"
  ],
  "node-red": {
    "version": ">=3.1.0",
    "nodes": {
      "victron-ble": "dist/nodered/victron-ble.js"
    }
  },
  "author": "konne",
  "contributors": [
    {
      "name": "keshavdv",
      "url": "https://github.com/keshavdv/victron-ble"
    },
    {
      "name": "Konrad Mattheis",
      "url": "https://github.com/konne"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/node-red-contrib/node-red-contrib-victron-ble"
  },
  "dependencies": {
    "@abandonware/noble": "1.9.2-26",
    "commander": "^14.0.3",
    "dbus-next": "^0.10.2",
    "reflect-metadata": "0.2.2"
  },
  "devDependencies": {
    "@types/node": "25.9.3",
    "@types/node-red": "1.3.5",
    "@typescript-eslint/eslint-plugin": "8.61.1",
    "@typescript-eslint/parser": "8.61.1",
    "eslint": "10.5.0",
    "typescript": "6.0.3"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
