fix(build): modernize project tooling and test configuration

This commit is contained in:
2026-05-01 18:26:33 +00:00
parent 3d33be0112
commit e37badb157
9 changed files with 6920 additions and 5323 deletions
+14 -13
View File
@@ -3,27 +3,26 @@
"version": "1.0.9",
"private": false,
"description": "A package for handling JWTs in web environments.",
"exports": {
".": "./dist_ts/index.js"
},
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Task Venture Capital GmbH",
"author": "Task Venture Capital GmbH <hello@task.vc>",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "(tsdoc)"
"test": "tstest test/",
"build": "tsbuild --web",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsbundle": "^2.0.8",
"@gitzone/tsdoc": "^1.1.10",
"@gitzone/tsrun": "^1.2.44",
"@gitzone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.5.1"
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tstest": "^3.6.3",
"@types/node": "^25.6.0"
},
"dependencies": {
"@push.rocks/smartstring": "^4.0.8"
"@push.rocks/smartstring": "^4.1.1"
},
"browserslist": [
"last 1 chrome versions"
@@ -37,6 +36,8 @@
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
".smartconfig.json",
"license",
"npmextra.json",
"readme.md"
],
@@ -55,4 +56,4 @@
"type": "git",
"url": "https://code.foss.global/push.rocks/webjwt.git"
}
}
}