{
  "name": "iobroker.apg-info",
  "version": "0.1.35",
  "author": {
    "name": "HGlab01",
    "email": "myiobrokeradapters@gmail.com"
  },
  "license": "MIT",
  "engines": {
    "node": ">=22.0.0"
  },
  "main": "main.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HGlab01/ioBroker.apg-info.git"
  },
  "bugs": {
    "url": "https://github.com/HGlab01/ioBroker.apg-info/issues"
  },
  "homepage": "https://github.com/HGlab01/ioBroker.apg-info",
  "keywords": [
    "ioBroker",
    "APG",
    "Austrian Power Grid",
    "Stromspitzen",
    "Powermonitor",
    "Spitzenzeiten",
    "Hochlast",
    "Day ahead",
    "PHELIX-AT Day-Ahead",
    "PHELIX-DE Day-Ahead",
    "EPEX Spot",
    "Strompreis",
    "EXAA",
    "Strompreis"
  ],
  "dependencies": {
    "@esm2cjs/is-online": "^10.0.0",
    "@iobroker/adapter-core": "^3.3.2",
    "axios": "^1.17.0",
    "iobroker-jsonexplorer": "^0.2.2",
    "xml-js": "^1.6.11"
  },
  "description": "APG Info",
  "devDependencies": {
    "@alcalzone/release-script": "^5.2.1",
    "@alcalzone/release-script-plugin-iobroker": "^5.2.0",
    "@alcalzone/release-script-plugin-license": "^5.2.0",
    "@iobroker/adapter-dev": "^1.5.0",
    "@iobroker/eslint-config": "^2.3.4",
    "@iobroker/testing": "^5.2.2",
    "@tsconfig/node22": "^22.0.5",
    "@types/gulp": "^4.0.18",
    "@types/node": "^22.13.14",
    "@types/proxyquire": "^1.3.31",
    "proxyquire": "^2.1.3"
  },
  "scripts": {
    "lint": "eslint -c eslint.config.mjs .",
    "test": "npm run test:js && npm run test:package",
    "test:integration": "mocha test/integration --exit",
    "test:js": "mocha --opts test/mocha.custom.opts",
    "test:package": "mocha test/package --exit",
    "test:unit": "mocha test/unit --exit",
    "release": "release-script",
    "translate": "translate-adapter"
  },
  "files": [
    "admin/",
    "lib/*.js",
    "main.js",
    "io-package.json",
    "LICENSE",
    "*.md"
  ]
}
