{
  "name": "shellies-ng",
  "version": "1.5.1",
  "description": "Handles communication with the next generation of Shelly devices",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "build": "rimraf ./dist && tsc",
    "lint": "eslint ./src --ext .ts,.js --max-warnings=0",
    "test": "jest",
    "preversion": "npm run build && npm run lint && npm test",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexryd/node-shellies-ng.git"
  },
  "keywords": [
    "shelly"
  ],
  "author": "Alexander Rydén",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/alexryd/node-shellies-ng/issues"
  },
  "homepage": "https://github.com/alexryd/node-shellies-ng#readme",
  "funding": {
    "type": "kofi",
    "url": "https://ko-fi.com/alexryd"
  },
  "devDependencies": {
    "@types/jest": "^28.1.2",
    "@typescript-eslint/eslint-plugin": "^5.28.0",
    "@typescript-eslint/parser": "^5.28.0",
    "eslint": "^8.18.0",
    "jest": "^28.1.1",
    "rimraf": "^3.0.2",
    "ts-jest": "^28.0.5",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "@types/multicast-dns": "^7.2.1",
    "eventemitter3": "^4.0.7",
    "fast-deep-equal": "^3.1.3",
    "json-rpc-2.0": "^1.3.0",
    "multicast-dns": "^7.2.5",
    "ws": "^8.8.0"
  }
}
