56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "@git.zone/tsbundle",
|
|
"version": "2.1.0",
|
|
"private": false,
|
|
"description": "a bundler using rollup 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/) && (cd test && node ../cli.js --production)",
|
|
"build": "(tsbuild --web --allowimplicitany)"
|
|
},
|
|
"bin": {
|
|
"tsbundle": "cli.js"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.1.85",
|
|
"@git.zone/tsrun": "^1.2.49",
|
|
"@git.zone/tstest": "^1.0.90",
|
|
"@push.rocks/tapbundle": "^5.3.0",
|
|
"@types/node": "^22.8.1"
|
|
},
|
|
"dependencies": {
|
|
"@push.rocks/early": "^4.0.4",
|
|
"@push.rocks/smartcli": "^4.0.11",
|
|
"@push.rocks/smartdelay": "^3.0.5",
|
|
"@push.rocks/smartfile": "^11.0.21",
|
|
"@push.rocks/smartlog": "^3.0.7",
|
|
"@push.rocks/smartlog-destination-local": "^9.0.2",
|
|
"@push.rocks/smartpath": "^5.0.18",
|
|
"@push.rocks/smartpromise": "^4.0.4",
|
|
"@push.rocks/smartspawn": "^3.0.3",
|
|
"@types/html-minifier": "^4.0.5",
|
|
"esbuild": "^0.24.0",
|
|
"html-minifier": "^4.0.0",
|
|
"typescript": "5.6.3"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
]
|
|
}
|