mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-31 07:58:22 +01:00
11 lines
185 B
JSON
11 lines
185 B
JSON
{
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.4.10",
|
|
"prettier": "^3.8.1"
|
|
},
|
|
"scripts": {
|
|
"tgui:fix": "biome check --write --unsafe tgui",
|
|
"tgui:lint": "biome lint tgui"
|
|
}
|
|
}
|