veza/veza-backend-api/package.json

10 lines
276 B
JSON
Raw Normal View History

{
"name": "veza-backend-api",
"private": true,
"scripts": {
"build": "go build -v ./...",
"test": "go test -v ./internal/handlers/... ./internal/services/... -short",
"lint": "test -z \"$(gofmt -l .)\" || (echo 'gofmt needed on:'; gofmt -l .; exit 1)"
}
}