mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
12 lines
203 B
JSON
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"
|
|
}
|
|
}
|