-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 776 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 776 Bytes
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
{
"name": "no.runely.remootio",
"version": "1.3.2",
"main": "app.js",
"repository": {
"url": "https://github.com/runely/remootio-homey"
},
"engines": {
"node": ">=22.0.0"
},
"license": "GPL-3.0-or-later",
"scripts": {
"test": "standard",
"test:fix": "standard --fix",
"refresh": "rm -rf node_modules && rm package-lock.json && npm i",
"homey-build": "homey app build",
"homey-run": "homey app run --remote",
"homey-install": "npm run test && homey app install",
"homey-publish": "npm run test && homey app publish"
},
"devDependencies": {
"@types/homey": "npm:homey-apps-sdk-v3-types@0.3.12",
"@types/node": "^25.0.3",
"standard": "17.1.2"
},
"dependencies": {
"remootio-api-client": "2.0.4"
}
}