-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 786 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
{
"name": "adguardhome-exporter",
"version": "0.0.2",
"description": "",
"homepage": "https://github.com/JonanekDev/AdGuardHome-Exporter#readme",
"bugs": {
"url": "https://github.com/JonanekDev/AdGuardHome-Exporter/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JonanekDev/AdGuardHome-Exporter.git"
},
"license": "ISC",
"author": "JonanekDev",
"main": "index.js",
"scripts": {
"dev": "ts-node src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"format": "prettier --write ."
},
"devDependencies": {
"@types/node": "^24.10.1",
"prettier": "^3.7.3",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"dependencies": {
"axios": "^1.13.2",
"prom-client": "^15.1.3"
}
}