mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-19 13:20:47 +01:00
a3a4910025
* some type cleanup * dependencies
11 lines
184 B
JSON
11 lines
184 B
JSON
{
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.4.6",
|
|
"prettier": "^3.8.1"
|
|
},
|
|
"scripts": {
|
|
"tgui:fix": "biome check --write --unsafe tgui",
|
|
"tgui:lint": "biome lint tgui"
|
|
}
|
|
}
|