veza/veza-backend-api/package.json
2026-03-05 23:03:43 +01:00

10 lines
314 B
JSON

{
"name": "veza-backend-api",
"private": true,
"scripts": {
"build": "go build -v ./...",
"test": "go test -v ./internal/handlers/... ./internal/services/... -short",
"lint": "golangci-lint run ./...",
"test:integration": "go test -tags=integration -v ./tests/integration/... -count=1"
}
}