-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 1.04 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
{
"name": "com.switchbot",
"version": "2.0.11",
"description": "Adds support to Homey for SwitchBot devices",
"main": "app.js",
"scripts": {
"build": "homey app build",
"validate": "homey app validate --level verified",
"publish": "homey app publish"
},
"dependencies": {
"crc-32": "^1.2.2",
"crypto": "^1.0.1",
"homey-oauth2app": "^3.3.0",
"nodemailer": "^6.7.5"
},
"devDependencies": {
"@types/homey": "npm:homey-apps-sdk-v3-types@^0.2.2",
"eslint": "^8.15.0",
"eslint-config-athom": "^3.0.1",
"homey": "^2.28.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AdyRock/com.switchbot.git"
},
"author": "Adrian Rockall",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/AdyRock/com.switchbot/issues"
},
"homepage": "https://github.com/AdyRock/com.switchbot#readme",
"engines": {
"node": ">=12.16.1"
}
}