Files
CHOMPStation2/package.json
CHOMPStation2StaffMirrorBot fb10956f0d [MIRROR] new try on bun update (#12020)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2025-11-22 04:22:03 +01:00

11 lines
184 B
JSON

{
"devDependencies": {
"@biomejs/biome": "^2.3.7",
"prettier": "^3.6.2"
},
"scripts": {
"tgui:fix": "biome check --write --unsafe tgui",
"tgui:lint": "biome lint tgui"
}
}