1{ 2 "private": true, 3 "name": "@gitpod/ws-proxy", 4 "version": "0.1.5", 5 "license": "UNLICENSED", 6 "scripts": { 7 "preflight": "go fmt ./... && go test -v ./... && golangci-lint run" 8 } 9 } 10 11