{ "name": "tgui-workspace", "version": "6.0.0", "devDependencies": { "@happy-dom/global-registrator": "^20.8.3", "@rspack/cli": "^1.7.8", "@rspack/core": "^1.7.8", "@testing-library/react": "^16.3.2", "@types/bun": "^1.3.10", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@types/webpack-env": "^1.18.8", "@types/wicg-file-system-access": "^2023.10.7", "css-loader": "^7.1.4", "sass-embedded": "^1.98.0", "sass-loader": "^16.0.7", "typescript": "^5.9.3" }, "packageManager": "bun@1.3.3", "private": true, "scripts": { "tgui:analyze": "rspack --analyze", "tgui:biome-fix": "biome lint --write .", "tgui:build": "rspack build", "tgui:dev": "bun --smol packages/tgui-dev-server/index.ts", "tgui:test": "bun test", "tgui:tsc": "tsc" }, "workspaces": [ "packages/*" ] }