forked from Drenso/cloud.shelly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.68 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.68 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "cloud.shelly",
"version": "3.33.4",
"description": "Homey app for controlling Shelly devices",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Drenso/cloud.shelly.git"
},
"keywords": [
"shelly"
],
"contributors": [
{
"name": "Jelger Haanstra"
}
],
"license": "MIT",
"homepage": "https://homey.app/a/cloud.shelly",
"scripts": {
"homey": "homey",
"compile": "tsc",
"lint": "eslint --ext .ts --ignore-path .gitignore .",
"fix": "eslint --fix --ext .ts .",
"validate": "homey app validate --level=verified",
"prep": "homey-branding-helper prepare shelly",
"build": "homey-branding-helper prepare shelly && homey app build",
"publish": "homey-branding-helper publish",
"run": "homey-branding-helper run shelly"
},
"dependencies": {
"@drenso/homey-log": "9.29.0",
"@drenso/homey-zigbee-library": "0.23.0",
"axios": "1.9.0",
"crypto": "1.0.1",
"homey-lib": "2.36.0",
"homey-oauth2app": "3.6.0",
"homey-zigbeedriver": "2.1.5",
"homey-zwavedriver": "2.2.1",
"http-auth-client": "0.4.1",
"jwt-decode": "4.0.0",
"shellies": "alexryd/node-shellies#296731709c789eb01ea07b4c837d70c8f7f23539",
"tinycolor2": "1.6.0",
"ws": "7.5.10",
"zigbee-clusters": "2.4.2"
},
"devDependencies": {
"@drenso/homey-branding-helper": "2.6.0",
"@tsconfig/node16": "1.0.3",
"@types/homey": "npm:homey-apps-sdk-v3-types@0.3.6",
"@types/node": "20.14.1",
"@types/source-map-support": "0.5.10",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
"eslint": "7.32.0",
"typescript": "4.7.4"
}
}