UNPKG

daikin-controller-cloud

Version:

Interact with Daikin Cloud devices and retrieve Tokens

41 lines (40 loc) 1.02 kB
{ "name": "daikin-controller-cloud", "version": "2.4.3", "description": "Interact with Daikin Cloud devices and retrieve Tokens", "author": "Apollon77 <iobroker@fischer-ka.de>", "contributors": [], "homepage": "https://github.com/Apollon77/daikin-controller-cloud", "license": "MIT", "keywords": [ "daikin" ], "engines": { "node": ">=18.2" }, "dependencies": { "ip": "^2.0.1", "openid-client": "^5.7.1" }, "devDependencies": { "@alcalzone/release-script": "^3.8.0", "@types/ip": "^1.1.3", "@types/node": "^22.15.21", "pkg": "^5.8.1", "typescript": "~5.8.3" }, "repository": { "type": "git", "url": "git+https://github.com/Apollon77/daikin-controller-cloud.git" }, "bugs": { "url": "https://github.com/Apollon77/daikin-controller-cloud/issues" }, "scripts": { "prepublish": "npm run build", "build": "tsc -p .", "release": "release-script", "build-tokensaver": "pkg example/tokensaver.js" }, "main": "dist/index.js" }