fix(build): migrate package metadata to smartconfig and refresh build configuration

This commit is contained in:
2026-03-24 19:51:56 +00:00
parent fd8dc2021d
commit 0295182b14
8 changed files with 443 additions and 498 deletions

View File

@@ -13,18 +13,17 @@
"scripts": {
"test": "(pnpm run build && node ./cli.js test/test.js sayhello)",
"format": "(gitzone format)",
"build": "(tsbuild --web --allowimplicitany)",
"build": "(tsbuild --allowimplicitany)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^3.1.2",
"@push.rocks/smartcli": "^4.0.19",
"@types/node": "^25.0.1",
"node-fetch": "^3.3.2"
"@git.zone/tsbuild": "^4.4.0",
"@push.rocks/smartcli": "^4.0.20",
"@types/node": "^25.5.0"
},
"dependencies": {
"@push.rocks/smartfile": "^13.1.0",
"@push.rocks/smartshell": "^3.0.5",
"@push.rocks/smartfile": "^13.1.2",
"@push.rocks/smartshell": "^3.3.8",
"tsx": "^4.21.0"
},
"private": false,
@@ -37,7 +36,7 @@
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
".smartconfig.json",
"readme.md"
],
"browserslist": [