{
  "name": "sag",
  "version": "0.2.1",
  "private": true,
  "scripts": {
    "sag": "go run ./cmd/sag",
    "build": "go build ./cmd/sag",
    "lint": "golangci-lint run",
    "format": "gofmt -w .",
    "test": "go test ./...",
    "check": "pnpm lint && pnpm test"
  }
}
