mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-19 21:28:37 +01:00
a5a28a7d5b
* adds spoilter to character Directory * . * , * stop driving me insane with that mess * . * dependency up * eh
15 lines
395 B
JSON
15 lines
395 B
JSON
{
|
|
"name": "tgui-setup",
|
|
"version": "0.0.1",
|
|
"description": "Minifies assets to inject into tgui.html",
|
|
"private": true,
|
|
"scripts": {
|
|
"build:helpers": "terser helpers.js -f ascii_only,comments=false -o ../../public/helpers.min.js",
|
|
"build:style": "cleancss -o ../../public/ntos-error.min.css ntos-error.css"
|
|
},
|
|
"dependencies": {
|
|
"clean-css-cli": "^5.6.3",
|
|
"terser": "^5.46.0"
|
|
}
|
|
}
|