forked from Apollon77/daikin-controller-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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": "1.2.4",
"description": "Interact with Daikin Cloud devices and retrieve Tokens",
"author": "Apollon77 <[email protected]>",
"contributors": [],
"homepage": "https://github.com/Apollon77/daikin-controller-cloud",
"license": "MIT",
"keywords": [
"daikin"
],
"dependencies": {
"finalhandler": "^1.2.0",
"@esm2cjs/got": "^12.5.3",
"http-mitm-proxy": "^1.0.0",
"openid-client": "^5.6.1",
"serve-static": "^1.15.0"
},
"devDependencies": {
"@alcalzone/release-script": "^3.7.0",
"pkg": "^5.8.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Apollon77/daikin-controller-cloud.git"
},
"bugs": {
"url": "https://github.com/Apollon77/daikin-controller-cloud/issues"
},
"scripts": {
"release": "release-script",
"build-tokensaver": "pkg example/tokensaver.js"
},
"main": "index.js",
"bin": "example/tokensaver.js",
"directories": {
"example": "example",
"lib": "lib"
}
}