2026-02-14 21:38:32 +00:00
|
|
|
{
|
|
|
|
|
"name": "veza-backend-api",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "go build -v ./...",
|
|
|
|
|
"test": "go test -v ./internal/handlers/... ./internal/services/... -short",
|
2026-02-27 08:58:53 +00:00
|
|
|
"lint": "test -z \"$(gofmt -l .)\" || (echo 'gofmt needed on:'; gofmt -l .; exit 1)",
|
|
|
|
|
"test:integration": "go test -tags=integration -v ./tests/integration/... -count=1"
|
2026-02-14 21:38:32 +00:00
|
|
|
}
|
|
|
|
|
}
|