{ "project": { "name": "RelSpec", "description": "Database Relations Specification Tool for Go", "language": "go" }, "codeStyle": { "useGofmt": true, "lineLength": 100, "tabWidth": 4, "useTabs": true }, "testing": { "framework": "make test", "runOnChange": false }, "build": { "command": "make build", "outputBinary": "relspec" } }