mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-24 07:37:27 +01:00
a3a4910025
* some type cleanup * dependencies
14 lines
218 B
JSON
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"
|
|
}
|
|
}
|