fix(build): migrate project metadata to .smartconfig and tighten TypeScript build settings

This commit is contained in:
2026-04-30 07:25:50 +00:00
parent c253233cab
commit 0981989af8
7 changed files with 2197 additions and 2769 deletions
+15 -12
View File
@@ -9,7 +9,7 @@
},
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild tsfolders --allowimplicitany)",
"build": "tsbuild tsfolders",
"buildDocs": "tsdoc"
},
"keywords": [
@@ -29,19 +29,19 @@
"data integrity",
"typescript"
],
"author": "Lossless GmbH",
"author": "Task Venture Capital GmbH",
"license": "MIT",
"devDependencies": {
"@git.zone/tsbuild": "^2.6.8",
"@git.zone/tsrun": "^1.2.46",
"@git.zone/tstest": "^2.3.8",
"@types/node": "^20.6.3"
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.2",
"@git.zone/tstest": "^3.6.3",
"@types/node": "^25.6.0"
},
"dependencies": {
"@push.rocks/smartenv": "^5.0.13",
"@push.rocks/smartjson": "^5.2.0",
"@push.rocks/smartpromise": "^4.0.3",
"@types/through2": "^2.0.39",
"@push.rocks/smartenv": "^6.0.0",
"@push.rocks/smartjson": "^6.0.1",
"@push.rocks/smartpromise": "^4.2.3",
"@types/through2": "^2.0.41",
"through2": "^4.0.2"
},
"files": [
@@ -53,7 +53,7 @@
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
".smartconfig.json",
"readme.md"
],
"browserslist": [
@@ -65,5 +65,8 @@
"type": "git",
"url": "https://code.foss.global/push.rocks/smarthash.git"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
"bugs": {
"url": "https://code.foss.global/push.rocks/smarthash/issues"
},
"packageManager": "pnpm@10.28.2"
}