10 lines
276 B
JSON
10 lines
276 B
JSON
|
|
{
|
||
|
|
"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)"
|
||
|
|
}
|
||
|
|
}
|