{
  "name": "mqtt4teleinfo",
  "version": "1.0.5",
  "description": "Publish values from french electricity meter to MQTT",
  "main": "index.js",
  "bin": {
    "mqtt4teleinfo": "./index.js"
  },
  "files": [
    "index.js",
    "./lib/*.js"
  ],
  "scripts": {
    "lint": "eslint .",
    "lint-fix": "eslint --fix .",
    "test": "jest",
    "cover": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WoCha-FR/mqtt4teleinfo.git"
  },
  "keywords": [
    "teleinfo",
    "enedis",
    "linky",
    "edf",
    "mqtt",
    "node"
  ],
  "author": "WoCha",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/WoCha-FR/mqtt4teleinfo/issues"
  },
  "homepage": "https://github.com/WoCha-FR/mqtt4teleinfo#readme",
  "dependencies": {
    "@serialport/parser-readline": "^12.0.0",
    "async-mqtt": "^2.6.3",
    "lodash": "^4.17.21",
    "serialport": "^12.0.0",
    "yalm": "^4.1.0",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@eslint/js": "^9.9.1",
    "aedes": "^0.51.3",
    "coveralls": "^3.1.1",
    "eslint": "^9.9.1",
    "eslint-plugin-jest": "^28.8.2",
    "eslint-plugin-n": "^17.10.2",
    "eslint-plugin-promise": "^7.1.0",
    "globals": "^15.9.0",
    "jest": "^29.5.0"
  }
}
