UNPKG

iobroker.lg-thinq

Version:
80 lines (79 loc) 2.35 kB
{ "name": "iobroker.lg-thinq", "version": "1.1.2", "description": "Adapter for LG ThinQ", "author": { "name": "TA2k", "email": "tombox2020@gmail.com" }, "homepage": "https://github.com/TA2k/ioBroker.lg-thinq", "license": "MIT", "keywords": [ "lg", "thinq", "ioBroker" ], "repository": { "type": "git", "url": "https://github.com/TA2k/ioBroker.lg-thinq" }, "engines": { "node": ">=20" }, "dependencies": { "@iobroker/adapter-core": "^3.3.1", "aws-iot-device-sdk": "^2.2.15", "axios": "^1.11.0", "json-bigint": "^1.0.0", "luxon": "^3.7.1", "node-forge": "^1.3.1", "qs": "^6.14.0", "uuid": "^11.1.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/eslintrc": "^3.3.1", "@iobroker/adapter-dev": "^1.4.0", "@iobroker/eslint-config": "^1.0.1", "@iobroker/testing": "^5.0.4", "@types/luxon": "^3.7.1", "@types/node": "^22.17.2", "@types/node-forge": "^1.3.13", "@types/qs": "^6.14.0", "@types/uuid": "^10.0.0", "globals": "^15.15.0", "typescript": "~5.7.2" }, "main": "main.js", "files": [ "admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).json", "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}", "lib/", "docs/", "www/", "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:unit": "mocha test/unit --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 -c eslint.config.mjs .", "translate": "translate-adapter", "release": "release-script", "release-patch": "release-script patch --yes", "release-minor": "release-script minor --yes", "release-major": "release-script major --yes" }, "bugs": { "url": "https://github.com/TA2k/ioBroker.lg-thinq/issues" }, "readmeFilename": "README.md" }