mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
11 lines
184 B
JSON
11 lines
184 B
JSON
{
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.1.2",
|
|
"prettier": "^3.6.2"
|
|
},
|
|
"scripts": {
|
|
"tgui:fix": "biome check --write --unsafe tgui",
|
|
"tgui:lint": "biome lint tgui"
|
|
}
|
|
}
|