{
	"name": "iobroker.ecoflow-mqtt",
	"version": "1.3.2",
	"description": "connects to ecoflow products",
	"author": {
		"name": "foxthefox",
		"email": "foxthefox@wysiwis.net"
	},
	"homepage": "https://github.com/foxthefox/ioBroker.ecoflow-mqtt",
	"license": "MIT",
	"keywords": [
		"ecoflow",
		"powerstream",
		"powerstation",
		"delta",
		"river",
		"ioBroker"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/foxthefox/ioBroker.ecoflow-mqtt.git"
	},
	"engines": {
		"node": ">= 18"
	},
	"dependencies": {
		"@iobroker/adapter-core": "^3.2.3",
		"mqtt": "^5.10.4",
		"protobufjs": "^7.4.0"
	},
	"devDependencies": {
		"@alcalzone/release-script": "^3.8.0",
		"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
		"@alcalzone/release-script-plugin-license": "^3.7.0",
		"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
		"@eslint/js": "^9.23.0",
		"@iobroker/adapter-dev": "^1.3.0",
		"@iobroker/testing": "^5.0.4",
		"@types/chai": "^5.0.1",
		"@types/chai-as-promised": "^8.0.1",
		"@types/mocha": "^10.0.10",
		"@types/node": "^22.13.14",
		"@types/proxyquire": "^1.3.31",
		"@types/sinon": "^17.0.4",
		"@types/sinon-chai": "^3.2.11",
		"@typescript-eslint/parser": "^8.26.0",
		"aedes": "^0.51.3",
		"chai": "^5.2.0",
		"chai-as-promised": "^8.0.1",
		"eslint": "^9.23.0",
		"globals": "^16.0.0",
		"handlebars": "^4.7.8",
		"mocha": "^11.1.0",
		"net": "^1.0.2",
		"prettier": "^3.5.3",
		"prettier-eslint": "^16.3.0",
		"proxyquire": "^2.1.3",
		"sinon": "^19.0.2",
		"sinon-chai": "^4.0.0",
		"typescript": "~5.7.3"
	},
	"main": "main.js",
	"files": [
		"admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).json",
		"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
		"doc",
		"lib/",
		"io-package.json",
		"LICENSE",
		"main.js"
	],
	"scripts": {
		"test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"",
		"test:package": "mocha test/package --exit",
		"test:integration": "mocha test/integration --exit",
		"test": "npm run test:js && npm run test:package",
		"check": "tsc --noEmit -p tsconfig.check.json",
		"lint": "eslint",
		"translate": "translate-adapter",
		"release": "release-script",
		"docugen": "node ./lib/helper/gen_docs.js"
	},
	"bugs": {
		"url": "https://github.com/foxthefox/ioBroker.ecoflow-mqtt/issues"
	},
	"readmeFilename": "README.md"
}