2023-02-10 22:47:58 +01:00
|
|
|
{
|
|
|
|
"name": "immich-exporter",
|
2023-02-13 18:01:48 +01:00
|
|
|
"version": "0.1.1",
|
2023-02-10 22:47:58 +01:00
|
|
|
"description": "exporter for immich",
|
|
|
|
"main": "src/main.go",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"exporter",
|
|
|
|
"immich",
|
|
|
|
"grafana",
|
|
|
|
"dashboard",
|
|
|
|
"metrics",
|
|
|
|
"prometheus"
|
|
|
|
],
|
|
|
|
"author": "martabal",
|
|
|
|
"license": "ISC"
|
|
|
|
}
|