{ "name": "@git.zone/tsbundle", "version": "2.5.2", "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": "Lossless GmbH", "license": "MIT", "scripts": { "test": "npm run build && (tstest test/ --verbose)", "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "tsdoc" }, "bin": { "tsbundle": "cli.js" }, "devDependencies": { "@git.zone/tsbuild": "^3.1.0", "@git.zone/tsrun": "^2.0.0", "@git.zone/tstest": "^3.1.3", "@types/node": "^22.12.0" }, "dependencies": { "@push.rocks/early": "^4.0.4", "@push.rocks/smartcli": "^4.0.19", "@push.rocks/smartdelay": "^3.0.5", "@push.rocks/smartfs": "^1.1.0", "@push.rocks/smartlog": "^3.1.8", "@push.rocks/smartlog-destination-local": "^9.0.2", "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartpromise": "^4.2.3", "@push.rocks/smartspawn": "^3.0.3", "@rspack/core": "^1.6.4", "@types/html-minifier": "^4.0.6", "esbuild": "^0.27.0", "html-minifier": "^4.0.0", "rolldown": "1.0.0-beta.51", "typescript": "5.9.3" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977", "repository": { "type": "git", "url": "https://gitlab.com/gitzone/tsbundle.git" }, "bugs": { "url": "https://gitlab.com/gitzone/tsbundle/issues" }, "homepage": "https://gitlab.com/gitzone/tsbundle#readme", "pnpm": { "overrides": {} } }