immich-exporter/package.json
martin 3b4e9143be
up version release
Signed-off-by: martin <martin.labat92@gmail.com>
2023-02-19 12:17:31 +01:00

23 lines
593 B
JSON

{
"name": "immich-exporter",
"version": "0.1.2",
"description": "exporter for immich",
"main": "src/main.go",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev" : "go run ./src",
"dev:env" : "go run ./src -e",
"build" : "go build -o ./immich-exporter.out ./src && ./immich-exporter.out -e",
"build:env" : "go build -o ./immich-exporter.out ./src && ./immich-exporter.out -e"
},
"keywords": [
"exporter",
"immich",
"grafana",
"dashboard",
"metrics",
"prometheus"
],
"author": "martabal",
"license": "MIT"
}