-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.14 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
{
"name": "com.gruijter.insights2csv",
"version": "5.3.1",
"description": "Make a backup of all your insights to your NAS or WebDAV compliant storage.\r The insights are zipped and stored in .csv format so you can open them in excel\r and create all kinds of statistics and charts.",
"main": "api.js",
"engines": {
"node": ">=22"
},
"dependencies": {
"@tryjsky/v9u-smb2": "^1.1.0",
"archiver": "^8.0.0",
"basic-ftp": "^6.0.2",
"homey-api": "^3.19.2",
"ssh2-sftp-client": "^12.1.1",
"webdav": "^5.10.0"
},
"devDependencies": {
"@types/homey": "npm:homey-apps-sdk-v3-types@^0.3.12",
"eslint": "^10.2.1",
"eslint-config-athom": "^3.1.5",
"eslint-plugin-homey-app": "^2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gruijter/com.gruijter.insights2csv.git"
},
"keywords": [],
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/gruijter/com.gruijter.insights2csv/issues"
},
"homepage": "https://github.com/gruijter/com.gruijter.insights2csv#readme"
}