Files
S.P.L.U.R.T-Station-13/tgui/packages/tgfont/package.json
2023-11-23 18:23:27 -05:00

12 lines
203 B
JSON

{
"private": true,
"name": "tgfont",
"version": "1.0.0",
"dependencies": {
"fantasticon": "^1.2.3"
},
"scripts": {
"build": "node mkdist.cjs && fantasticon --config config.cjs"
}
}