-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
48 lines (48 loc) · 1.25 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
41
42
43
44
45
46
47
48
{
"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": {
"compile": "tsc",
"lint": "eslint --ext .ts --ignore-path .gitignore .",
"validate": "homey app validate --level=verified"
},
"dependencies": {
"@drenso/homey-log": "8.49.0",
"axios": "1.7.9",
"crypto": "1.0.1",
"homey-lib": "2.33.2",
"homey-oauth2app": "3.6.0",
"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"
},
"devDependencies": {
"@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"
}
}