forked from Apollon77/daikin-controller-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 995 Bytes
/
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
{
"name": "daikin-controller-cloud",
"version": "0.1.3",
"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.1.2",
"got": "^11.8.2",
"http-mitm-proxy": "^0.9.0",
"openid-client": "^4.7.4",
"serve-static": "^1.14.1"
},
"devDependencies": {
"@alcalzone/release-script": "^2.2.1",
"pkg": "^5.3.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",
"directories": {
"example": "example",
"lib": "lib"
}
}