{
  "name": "iobroker.wireless-mbus",
  "version": "0.10.1",
  "description": "Receive data from Wireless Meter-Bus (wM-Bus) devices like gas or electricity meters",
  "author": {
    "name": "Christian Landvogt",
    "email": "chris@lvgt.de"
  },
  "homepage": "https://github.com/lvogt/ioBroker.wireless-mbus",
  "license": "GPL-2.0-only",
  "keywords": [
    "iobroker",
    "ioBroker",
    "wmbus",
    "measure",
    "mbus",
    "wireless",
    "meter",
    "oms"
  ],
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lvogt/ioBroker.wireless-mbus.git"
  },
  "dependencies": {
    "@iobroker/adapter-core": "^3.2.3",
    "node-aes-cmac": "^0.1.1",
    "serialport": "^13.0.0"
  },
  "files": [
    "io-package.json",
    "README.md",
    "NOTICE",
    "main.js",
    "admin/index_m.html",
    "admin/wireless-mbus.png",
    "admin/words.js",
    "lib/receiver/*.js",
    "lib/receiver/receiver.json",
    "lib/SimpleLogger.js",
    "lib/ObjectHelper.js",
    "lib/prios-decoder.js",
    "lib/tch-decoder.js",
    "lib/vifinfo.js",
    "lib/wmbus_decoder.js"
  ],
  "devDependencies": {
    "@iobroker/adapter-dev": "^1.4.0",
    "@iobroker/testing": "^5.0.4",
    "@serialport/binding-mock": "^10.2.2",
    "@serialport/stream": "^13.0.0",
    "@types/chai": "^4.3.19",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.15.30",
    "chai": "^4.5.0",
    "eslint": "^8.57.1",
    "mocha": "^11.5.0",
    "mockery": "^2.1.0",
    "typescript": "^5.8.3"
  },
  "main": "main.js",
  "scripts": {
    "test:unit": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,lib/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"",
    "test:package": "mocha test/package --exit",
    "test:integration": "mocha test/integration --exit",
    "test": "npm run test:unit && npm run test:package",
    "check": "tsc --noEmit -p tsconfig.check.json",
    "lint": "eslint",
    "translate": "translate-adapter"
  },
  "bugs": {
    "url": "https://github.com/lvogt/ioBroker.wireless-mbus/issues"
  },
  "readmeFilename": "README.md"
}
