fix(build): tighten TypeScript build configuration and refresh package metadata

This commit is contained in:
2026-04-30 10:03:06 +00:00
parent b2b843e823
commit 8fabbf6740
5 changed files with 517 additions and 2390 deletions
+8 -7
View File
@@ -10,22 +10,21 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany)",
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.2",
"@git.zone/tstest": "^3.6.1",
"@git.zone/tstest": "^3.6.3",
"@push.rocks/smartntml": "^2.0.8",
"@push.rocks/tapbundle": "^6.0.3",
"@types/node": "^25.5.0"
"@types/node": "^25.6.0"
},
"dependencies": {
"@api.global/typedrequest-interfaces": "^3.0.19",
"@push.rocks/lik": "^6.4.0",
"@push.rocks/lik": "^6.4.1",
"@push.rocks/smartenv": "^6.0.0",
"@push.rocks/smartjson": "^6.0.0",
"@push.rocks/smartjson": "^6.0.1",
"@push.rocks/smartpromise": "^4.2.3",
"@push.rocks/smartrx": "^3.0.10",
"fake-indexeddb": "^6.2.5",
@@ -44,6 +43,7 @@
"assets/**/*",
"cli.js",
".smartconfig.json",
"license",
"readme.md"
],
"keywords": [
@@ -78,5 +78,6 @@
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/webstore.git"
}
},
"packageManager": "pnpm@10.28.2"
}