{ "name": "@git.zone/tsbundle", "version": "2.10.1", "private": false, "description": "a multi-bundler tool supporting esbuild, rolldown, and rspack for painless bundling of web projects", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Task Venture Capital GmbH", "license": "MIT", "scripts": { "test": "pnpm run build && (tstest test/ --verbose)", "build": "(tsbuild --web)", "buildDocs": "tsdoc" }, "bin": { "tsbundle": "cli.js" }, "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsrun": "^2.0.3", "@git.zone/tstest": "^3.6.5", "@types/node": "^25.6.2" }, "dependencies": { "@push.rocks/early": "^4.0.4", "@push.rocks/smartcli": "^4.0.21", "@push.rocks/smartconfig": "^6.1.1", "@push.rocks/smartdelay": "^3.1.0", "@push.rocks/smartfs": "^1.5.1", "@push.rocks/smartinteract": "^2.0.16", "@push.rocks/smartlog": "^3.2.2", "@push.rocks/smartlog-destination-local": "^9.0.2", "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartpromise": "^4.2.4", "@push.rocks/smartspawn": "^3.0.4", "@rspack/core": "^2.0.2", "@types/html-minifier": "^4.0.6", "esbuild": "^0.28.0", "html-minifier": "^4.0.0", "rolldown": "1.0.0", "typescript": "6.0.3" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", ".smartconfig.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977", "repository": { "type": "git", "url": "https://code.foss.global/git.zone/tsbundle.git" }, "bugs": { "url": "https://gitlab.com/gitzone/tsbundle/issues" }, "homepage": "https://gitlab.com/gitzone/tsbundle#readme" }