55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "@gitzone/tsbundle",
|
|
"version": "2.0.3",
|
|
"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": {
|
|
"@gitzone/tsbuild": "^2.1.59",
|
|
"@gitzone/tsrun": "^1.2.31",
|
|
"@gitzone/tstest": "^1.0.69",
|
|
"@pushrocks/tapbundle": "^5.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@pushrocks/early": "^3.0.6",
|
|
"@pushrocks/smartcli": "^3.0.14",
|
|
"@pushrocks/smartfile": "^9.0.6",
|
|
"@pushrocks/smartlog": "^2.0.44",
|
|
"@pushrocks/smartlog-destination-local": "^8.0.8",
|
|
"@pushrocks/smartpath": "^5.0.5",
|
|
"@pushrocks/smartpromise": "^3.1.7",
|
|
"@pushrocks/smartspawn": "^2.0.9",
|
|
"@types/html-minifier": "^4.0.2",
|
|
"@types/node": "^17.0.21",
|
|
"esbuild": "0.14.27",
|
|
"html-minifier": "^4.0.0",
|
|
"typescript": "4.7.0"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
]
|
|
}
|