{
  "name": "iobroker.openmediavault",
  "version": "1.5.0",
  "description": "openmediavault",
  "author": {
    "name": "Scrounger",
    "email": "scrounger@gmx.net"
  },
  "homepage": "https://github.com/Scrounger/ioBroker.openmediavault",
  "license": "MIT",
  "keywords": [
    "openmediavault",
    "nas",
    "api",
    "ioBroker"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Scrounger/ioBroker.openmediavault.git"
  },
  "engines": {
    "node": ">= 22",
    "node-fetch": "^2.7.0"
  },
  "dependencies": {
    "@iobroker/adapter-core": "^3.4.2",
    "fetch-cookie": "^3.2.0",
    "lodash": "^4.18.1",
    "moment": "^2.30.1",
    "node-fetch": "^3.3.2",
    "node-schedule": "^2.1.1",
    "tough-cookie": "^6.0.2"
  },
  "devDependencies": {
    "@alcalzone/release-script": "^5.2.1",
    "@alcalzone/release-script-plugin-iobroker": "^5.2.0",
    "@alcalzone/release-script-plugin-license": "^5.2.0",
    "@alcalzone/release-script-plugin-manual-review": "^5.2.0",
    "@iobroker/adapter-dev": "^1.5.0",
    "@iobroker/eslint-config": "^2.3.4",
    "@iobroker/testing": "^5.3.0",
    "@tsconfig/node22": "^22.0.5",
    "@types/lodash": "^4.17.24",
    "@types/node": "^22.5.5",
    "@types/node-schedule": "^2.1.8",
    "rimraf": "^6.1.3",
    "source-map-support": "^0.5.21",
    "ts-node": "^10.9.2",
    "tsc-watch": "^7.2.1",
    "typescript": "~6.0.3"
  },
  "type": "module",
  "main": "build/main.js",
  "files": [
    "admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}",
    "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
    "build/",
    "www/",
    "io-package.json",
    "LICENSE"
  ],
  "scripts": {
    "prebuild": "rimraf build",
    "build": "tsc",
    "build-watch": "clear && tsc-watch --noClear --onSuccess 'iobroker restart openmediavault'",
    "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:integration": "mocha test/integration --exit",
    "test": "npm run test:ts && npm run test:package",
    "check": "tsc --noEmit",
    "lint": "eslint -c eslint.config.mjs .",
    "translate": "translate-adapter",
    "release": "release-script"
  },
  "bugs": {
    "url": "https://github.com/Scrounger/ioBroker.openmediavault/issues"
  },
  "readmeFilename": "README.md"
}
