fix(build): modernize package tooling and test setup for current git.zone build ecosystem

This commit is contained in:
2026-05-01 18:37:41 +00:00
parent deda14e669
commit 669ca2c234
10 changed files with 7038 additions and 3935 deletions
+15 -13
View File
@@ -3,27 +3,27 @@
"version": "1.0.5",
"private": false,
"description": "A wrapper for performing validations using the validator package.",
"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)",
"buildDocs": "(tsdoc)"
"test": "tstest test/",
"build": "tsbuild --web",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsbundle": "^2.0.5",
"@gitzone/tsdoc": "^1.1.10",
"@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^18.15.11"
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tstest": "^3.6.3",
"@types/node": "^25.6.0"
},
"dependencies": {
"@types/validator": "^13.7.4",
"validator": "^13.7.0"
"@types/validator": "^13.15.10",
"validator": "^13.15.35"
},
"browserslist": [
"last 1 chrome versions"
@@ -37,6 +37,8 @@
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
".smartconfig.json",
"license",
"npmextra.json",
"readme.md"
],
@@ -58,4 +60,4 @@
"type": "git",
"url": "https://code.foss.global/push.rocks/smartvalidator.git"
}
}
}