Files
KashargulandGitHub cc02a1a056 split tgui html (#17476)
* Repackage yarn sdks

* oups forgot that

* update dompurify

* fix mantraps

* .

* fix weakrefs

* rm

* porting the HTML split

* minify

* ut that back

* bye poly

* .

* re minify

* ..

* prettier

* fix that
2025-04-06 18:08:14 +02:00

15 lines
411 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.39.0"
}
}