{
  "name": "gardena-smart-system",
  "version": "0.0.11",
  "type": "module",
  "description": "A nodejs package which allows communicating with the Gardena smart system API",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "Martijn Dierckx",
  "license": "MIT",
  "dependencies": {
    "moment": "^2.30.1",
    "node-fetch": "^3.3.2",
    "tslib": "~2.6.2",
    "ws": "^8.17.0"
  },
  "devDependencies": {
    "@types/node": "^18.19.33",
    "@types/ws": "^8.5.10",
    "@typescript-eslint/eslint-plugin": "7.8.0",
    "@typescript-eslint/parser": "7.8.0",
    "@eslint/js": "~9.2.0",
    "eslint-config-prettier": "~9.1.0",
    "prettier": "~3.2.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.5"
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/martijndierckx/node-gardena-smart-system.git"
  },
  "keywords": [
    "gardena",
    "lawnmower",
    "smart system"
  ],
  "bugs": {
    "url": "https://github.com/martijndierckx/node-gardena-smart-system/issues"
  },
  "homepage": "https://github.com/martijndierckx/node-gardena-smart-system#readme"
}
