-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1018 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 1018 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
30
31
32
33
34
{
"name": "com.teslemetry",
"description": "Adds support for Tesla vehicles and energy products through Teslemetry",
"version": "0.0.7",
"private": true,
"type": "module",
"scripts": {
"build": "tsc",
"lint": "eslint --ext .js,.ts --ignore-path .gitignore .",
"dev": "homey app run",
"app:run": "homey app run",
"app:install": "homey app install",
"select": "homey select",
"app:validate": "homey app validate --level verified",
"app:publish": "homey app publish",
"app:translate": "homey app translate",
"homey": "homey",
"size": "du -sh .homeybuild"
},
"dependencies": {
"@teslemetry/api": "^0.6.13",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@tsconfig/node16": "^16.1.8",
"@types/homey": "npm:homey-apps-sdk-v3-types@^0.3.12",
"@types/node": "^24.10.2",
"@types/source-map-support": "^0.5.10",
"eslint": "^7.32.0",
"eslint-config-athom": "^3.1.5",
"homey": "^4.1.1",
"typescript": "^5.9.3"
}
}