fix(build): modernize project configuration, dependencies, and node-based test setup

This commit is contained in:
2026-05-01 18:10:45 +00:00
parent d10ec8d81f
commit 4209d7767b
11 changed files with 4903 additions and 3721 deletions
+15 -13
View File
@@ -3,29 +3,29 @@
"version": "2.0.8",
"private": false,
"description": "Provides lit-html rendering capabilities for backend applications.",
"exports": {
".": "./dist_ts/index.js"
},
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Lossless GmbH",
"author": "Task Venture Capital GmbH <hello@task.vc>",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany)",
"test": "tstest test/",
"build": "tsbuild --web",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.84",
"@git.zone/tsbundle": "^2.0.7",
"@git.zone/tsrun": "^1.2.49",
"@git.zone/tstest": "^1.0.73",
"@push.rocks/tapbundle": "^5.3.0",
"@types/node": "^22.7.5"
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.3",
"@git.zone/tstest": "^3.6.3",
"@types/node": "^25.6.0"
},
"dependencies": {
"@design.estate/dees-element": "^2.0.39",
"@happy-dom/global-registrator": "^15.7.4",
"@push.rocks/smartpromise": "^4.0.3",
"fake-indexeddb": "^6.0.0"
"@design.estate/dees-element": "^2.2.4",
"@happy-dom/global-registrator": "^20.9.0",
"fake-indexeddb": "^6.2.5"
},
"browserslist": [
"last 1 chrome versions"
@@ -39,6 +39,8 @@
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
".smartconfig.json",
"license",
"npmextra.json",
"readme.md"
],