fix(build): update project metadata and tighten TypeScript build configuration

This commit is contained in:
2026-04-30 14:56:32 +00:00
parent 9a13b20164
commit a04cfcbc82
7 changed files with 2301 additions and 1660 deletions
+19 -8
View File
@@ -10,20 +10,28 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --verbose)",
"build": "(tsbuild --web --allowimplicitany)",
"build": "tsbuild --web",
"buildDocs": "tsdoc"
},
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartffmpeg.git"
},
"bugs": {
"url": "https://code.foss.global/push.rocks/smartffmpeg/issues"
},
"homepage": "https://code.foss.global/push.rocks/smartffmpeg",
"devDependencies": {
"@git.zone/tsbuild": "^3.1.2",
"@git.zone/tsrun": "^2.0.0",
"@git.zone/tstest": "^3.1.3",
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.3",
"@git.zone/tstest": "^3.6.3",
"@types/ffprobe-static": "^2.0.3",
"@types/node": "^25.0.0"
"@types/node": "^25.6.0"
},
"dependencies": {
"@push.rocks/smartfs": "^1.2.0",
"@push.rocks/smartfs": "^1.5.1",
"@push.rocks/smartpath": "^6.0.0",
"@push.rocks/smartpromise": "^4.0.0",
"@push.rocks/smartpromise": "^4.2.3",
"ffmpeg-static": "^5.3.0",
"ffprobe-static": "^3.1.0"
},
@@ -36,10 +44,13 @@
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
".smartconfig.json",
"license",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
]
],
"packageManager": "pnpm@10.28.2"
}