Merge branch 'main' of github.com:martabal/immich-exporter
This commit is contained in:
commit
5b426932cf
1 changed files with 6 additions and 2 deletions
|
@ -4,7 +4,11 @@
|
|||
"description": "exporter for immich",
|
||||
"main": "src/main.go",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"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",
|
||||
|
@ -15,5 +19,5 @@
|
|||
"prometheus"
|
||||
],
|
||||
"author": "martabal",
|
||||
"license": "ISC"
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue