{
  "name": "iobroker.go-e-charger",
  "version": "1.0.2",
  "description": "Adapter for reading go-eCharger data",
  "author": {
    "name": "Hombach",
    "email": "go-e-charger@Homba.ch"
  },
  "homepage": "https://github.com/hombach/ioBroker.go-e-charger",
  "license": "MIT",
  "keywords": [
    "ioBroker",
    "go-e charger",
    "wallbox",
    "Smart Home",
    "home automation"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hombach/ioBroker.go-e-charger.git"
  },
  "engines": {
    "node": ">= 22.18.0"
  },
  "dependencies": {
    "@iobroker/adapter-core": "^3.4.1",
    "axios": "^1.18.1"
  },
  "devDependencies": {
    "@alcalzone/release-script": "^5.2.1",
    "@alcalzone/release-script-plugin-iobroker": "^5.2.0",
    "@alcalzone/release-script-plugin-license": "^5.2.0",
    "@alcalzone/release-script-plugin-manual-review": "^5.2.0",
    "@iobroker/adapter-dev": "^1.5.0",
    "@iobroker/eslint-config": "^2.3.4",
    "@iobroker/testing": "^5.2.2",
    "@iobroker/types": "^7.2.2",
    "@tsconfig/node22": "^22.0.5",
    "@types/chai": "^5.2.3",
    "@types/chai-as-promised": "^8.0.2",
    "@types/node": "^22.20.0",
    "@types/proxyquire": "^1.3.31",
    "@types/sinon-chai": "^4.0.0",
    "chai": "^6.2.2",
    "chai-as-promised": "^8.0.2",
    "sinon-chai": "^4.0.1",
    "proxyquire": "^2.1.3",
    "source-map-support": "^0.5.21",
    "ts-node": "^10.9.2",
    "typescript": "^6.0.3"
  },
  "main": "build/main.js",
  "files": [
    "admin/",
    "build/",
    "docu/",
    "lib/",
    "io-package.json",
    "LICENSE"
  ],
  "scripts": {
    "build:ts": "tsc -p tsconfig.build.json",
    "build": "npm run build:ts",
    "watch:ts": "tsc -p tsconfig.build.json --watch",
    "watch": "npm run watch:ts",
    "test:ts": "mocha --config test/mocharc.custom.json src/**/*.test.ts",
    "test:package": "mocha test/package --exit",
    "test:integration": "mocha test/integration --exit",
    "test": "npm run test:ts && npm run test:package && npm run test:integration",
    "check": "tsc --noEmit",
    "lint": "eslint -c eslint.config.mjs .",
    "lintdebug": "eslint --debug -c eslint.config.mjs . | more",
    "translate": "translate-adapter",
    "make": "npm run lint && npm run build && npm run test",
    "release": "release-script"
  },
  "bugs": {
    "url": "https://github.com/Hombach/ioBroker.go-e-charger/issues"
  },
  "readmeFilename": "README.md"
}
