{
  "name": "iobroker.warp",
  "version": "1.2.2",
  "description": "Monitors and controls a wallbox (WARP charger) by Tinkerforge",
  "author": {
    "name": "pottio"
  },
  "homepage": "https://github.com/pottio/ioBroker.warp",
  "license": "MIT",
  "keywords": [
    "warp",
    "charger",
    "car",
    "wallbox",
    "e-mobility",
    "tinkerforge"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/pottio/ioBroker.warp"
  },
  "dependencies": {
    "@iobroker/adapter-core": "^2.6.0",
    "axios": "^0.27.2",
    "ws": "^8.8.0"
  },
  "devDependencies": {
    "@alcalzone/release-script": "^2.2.2",
    "@iobroker/adapter-dev": "^1.0.0",
    "@iobroker/testing": "^3.0.2",
    "@types/chai": "^4.3.0",
    "@types/chai-as-promised": "^7.1.5",
    "@types/mocha": "^9.1.0",
    "@types/node": "^18.0.0",
    "@types/proxyquire": "^1.3.28",
    "@types/sinon": "^10.0.11",
    "@types/sinon-chai": "^3.2.8",
    "@types/ws": "^8.5.3",
    "@typescript-eslint/eslint-plugin": "^5.30.3",
    "@typescript-eslint/parser": "^5.30.3",
    "chai": "^4.3.6",
    "chai-as-promised": "^7.1.1",
    "eslint": "^8.18.0",
    "mocha": "^10.0.0",
    "proxyquire": "^2.1.3",
    "rimraf": "^3.0.2",
    "sinon": "^14.0.0",
    "sinon-chai": "^3.7.0",
    "source-map-support": "^0.5.21",
    "ts-node": "^10.8.1",
    "typescript": "^4.7.4"
  },
  "main": "build/main.js",
  "files": [
    "admin{,/!(src)/**}/!(tsconfig|tsconfig.*).json",
    "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
    "build/",
    "www/",
    "io-package.json",
    "LICENSE"
  ],
  "scripts": {
    "dev": "dev-server watch --noStart",
    "prebuild": "rimraf build",
    "build": "build-adapter ts",
    "watch": "build-adapter ts --watch",
    "prebuild:ts": "rimraf build",
    "build:ts": "build-adapter ts",
    "watch:ts": "build-adapter ts --watch",
    "test:ts": "mocha --config test/mocharc.custom.json src/**/*.test.ts",
    "test:package": "mocha test/package --exit",
    "test:unit": "mocha test/unit --exit",
    "test:integration": "mocha test/integration --exit",
    "test": "npm run test:ts && npm run test:package",
    "check": "tsc --noEmit",
    "lint": "eslint --ext .ts src/",
    "translate": "translate-adapter",
    "translate-to-json": "translate-adapter to-json",
    "translate-to-words": "translate-adapter to-words",
    "release": "release-script"
  },
  "bugs": {
    "url": "https://github.com/pottio/ioBroker.warp/issues"
  },
  "readmeFilename": "README.md"
}