{
  "name": "@tantchen/fritzapi",
  "version": "0.14.1",
  "author": "Gerald Uhlig",
  "description": "Home automation node API for Fritz!Box, Fritz!DECT and FRITZ!Powerline devices",
  "homepage": "https://elschnagoo.github.io/fritzapi/",
  "license": "MIT",
  "contributors": [
    {
      "name": "Steffen Timm",
      "email": "s.timm@nischi.net"
    },
    {
      "name": "nischi.at",
      "url": "http://www.nischelwitzer.at"
    },
    {
      "name": "Danny Falss",
      "email": "github@falss.de"
    },
    {
      "name": "Andreas Goetz",
      "email": "cpuidle@gmx.de"
    }
  ],
  "keywords": [
    "Fritz!Box",
    "Fritz!DECT",
    "Fritz!Powerline",
    "FritzBox",
    "Fritz Box",
    "Comet!DECT",
    "Comet DECT",
    "Fritz!DECT 100",
    "Fritz!DECT 200",
    "Fritz!DECT 210",
    "Fritz!DECT 300",
    "Fritz!DECT 301",
    "SmartHome",
    "SmartFritz",
    "AHA",
    "Typescript",
    "Async"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tantchen/fritzapi.git"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "buildprep": "tsc",
    "test": "jest --runInBand",
    "lint": "eslint src",
    "coverage": "jest --runInBand --ci --collectCoverage   --coverageDirectory=\"./docs/coverage\"",
    "typedoc": "typedoc",
    "makeDoc": "npm run typedoc && npm run coverage"
  },
  "dependencies": {
    "axios": "^1.7.9",
    "fast-xml-parser": "^5.0.6",
    "qs": "^6.14.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.4",
    "@types/node": "^20.6.0",
    "@types/qs": "^6.9.8",
    "@types/react": "^18.2.21",
    "@types/xml2json": "^0.11.4",
    "@typescript-eslint/eslint-plugin": "^6.7.0",
    "@typescript-eslint/parser": "^6.7.0",
    "dotenv": "^16.3.1",
    "eslint": "^8.49.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^17.1.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-import": "^2.28.1",
    "eslint-plugin-jest": "^27.2.3",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "jest": "^29.7.0",
    "jest-html-reporter": "^3.10.2",
    "prettier": "^3.0.3",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typedoc": "^0.25.1",
    "typescript": "^5.2.2"
  }
}
