10 lines
314 B
JSON
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"
|
|
}
|
|
}
|