{
  "name": "@yyberi/fronius-comm",
  "version": "0.0.1",
  "description": "Library for communicating with Fronius solar inverters",
  "keywords": ["Fronius", "inverter", "pv", "node"],
  "author": "yyberi",
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/yyberi/fronius-comm.git"
  },
  "bugs": {
    "url": "https://github.com/yyberi/fronius-comm/issues"
  },
  "homepage": "https://github.com/yyberi/fronius-comm#readme",
  "files": [
        "dist",
        "README.md",
        "LICENSE"
  ],
  "main": "./dist/fronius-comm.js",
  "type": "module",
  "scripts": {
    "start": "node ./dist/index.js",
    "build": "tsc -p tsconfig.json | tsc -p tests/tsconfig.test.json",
    "test": "vitest",
    "test:debug": "vitest --inspect-brk"
  },
  "devDependencies": {
    "@tsconfig/node22": "^22.0.1",
    "@types/node": "^22.10.2",
    "typescript": "^5.7.2",
    "vitest": "^2.1.8"
  },
  "dependencies": {
    "@yyberi/logger": "^0.0.2",
    "dotenv": "^16.5.0",
    "moment-timezone": "^0.5.43",
    "mqtt": "^5.13.0"
  }
}
