-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
40 lines (40 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "daikin-controller-cloud",
"version": "2.4.2",
"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.0"
},
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@types/ip": "^1.1.3",
"@types/node": "^22.10.1",
"pkg": "^5.8.1",
"typescript": "~5.6.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"
}