Files
VOREStation/tgui/packages/tgfont/package.json
T
Kashargul a3a4910025 Type (#19276)
* some type cleanup

* dependencies
2026-03-11 22:21:48 +01:00

14 lines
218 B
JSON

{
"private": true,
"name": "tgfont",
"type": "module",
"version": "2.0.0",
"scripts": {
"tgfont:build": "svgo icons && node svgtofont.mjs"
},
"dependencies": {
"svgo": "^4.0.1",
"svgtofont": "^6.5.1"
}
}