{
  "name": "homee-api",
  "version": "0.24.4",
  "description": "a library to interact with homee",
  "main": "homee.js",
  "scripts": {
    "lint": "./node_modules/.bin/eslint .",
    "lint:fix": "npm run lint -- --fix",
    "test": "mocha --require @babel/register"
  },
  "keywords": [
    "homee",
    "smarthome",
    "automation"
  ],
  "author": "Stefan Himpler <info@himpler.com> (https://himpler.com)",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.13.4",
    "debug": "^4.4.3",
    "qs": "^6.14.1",
    "sha.js": "^2.4.12",
    "ws": "^8.19.0"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/register": "^7.0.0",
    "chai": "^6.2.2",
    "eslint": "^8.2.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.32.0",
    "mocha": "^11.3.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stfnhmplr/homee-api.git"
  },
  "bugs": {
    "url": "https://github.com/stfnhmplr/homee-api/issues"
  },
  "homepage": "https://github.com/stfnhmplr/homee-api#readme"
}
