{
  "name": "iobroker.apg-info",
  "version": "0.1.19",
  "author": {
    "name": "HGlab01",
    "email": "myiobrokeradapters@gmail.com"
  },
  "license": "MIT",
  "engines": {
    "node": ">=20.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.2.3",
    "axios": "^1.10.0",
    "iobroker-jsonexplorer": "^0.1.16",
    "xml-js": "^1.6.11"
  },
  "description": "APG Info",
  "devDependencies": {
    "@alcalzone/release-script": "^3.8.0",
    "@alcalzone/release-script-plugin-iobroker": "^3.7.2",
    "@alcalzone/release-script-plugin-license": "^3.0.0",
    "@iobroker/adapter-dev": "^1.4.0",
    "@iobroker/testing": "^5.0.4",
    "@types/chai": "^5.2.2",
    "@types/chai-as-promised": "^8.0.2",
    "@types/gulp": "^4.0.17",
    "@types/mocha": "^10.0.10",
    "@types/node": "^24.0.3",
    "@types/proxyquire": "^1.3.31",
    "@types/sinon": "^17.0.4",
    "@types/sinon-chai": "^4.0.0",
    "chai": "^5.2.0",
    "chai-as-promised": "^8.0.1",
    "eslint": "^9.29.0",
    "mocha": "^11.7.0",
    "proxyquire": "^2.1.3",
    "sinon": "^21.0.0",
    "sinon-chai": "^4.0.0"
  },
  "scripts": {
    "lint": "eslint",
    "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"
  ]
}
