-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
35 lines (35 loc) · 984 Bytes
/
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
{
"name": "prometheus.io",
"version": "0.2.7",
"description": "Prometheus exporter",
"main": "app.ts",
"repository": "https://github.com/rickardp/homey-prometheus-exporter",
"dependencies": {
"athom-api": "^3.8.4",
"express": "^4.18.2",
"prom-client": "^14.2.0"
},
"devDependencies": {
"@tsconfig/node12": "^1.0.11",
"@types/express": "^4.17.17",
"@types/homey": "npm:homey-apps-sdk-v3-types@^0.3.4",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^7.32.0",
"eslint-config-athom": "^3.1.1",
"eslint-plugin-prettier": "^4.2.1",
"typescript": "^5.0.4"
},
"scripts": {
"build": "tsc",
"test": "homey app validate",
"lint": "eslint --ext .js,.ts --ignore-path .gitignore ."
},
"author": "",
"license": "Apache 2.0",
"images": {
"large": "./assets/images/large.png",
"small": "./assets/images/small.png"
}
}