* Add new dependencies for terminal handling and color management. * Include updates for tcell, go-colorful, tview, and uniseg. * Update golang.org/x/sys and golang.org/x/term for improved compatibility. * Ensure all dependencies are explicitly listed with their versions.
24 lines
396 B
JSON
24 lines
396 B
JSON
{
|
|
"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"
|
|
}
|
|
|
|
}
|