Files
KashargulandGitHub 2ad2e969f3 tgui fixes (#19602)
* tgui fixes

* typing

* use direct paths
2026-07-11 21:10:53 +02:00

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.49.0"
}
}