feat: add tss module demo

This commit is contained in:
2025-04-18 23:55:40 +08:00
parent fdc3985b93
commit 5e781499e9
12 changed files with 422 additions and 10 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "demo-app",
"name": "@kevisual/video-tools",
"version": "0.0.1",
"description": "",
"main": "index.js",
"basename": "/root/demo-app",
"basename": "/root/video-tools",
"app": {
"key": "demo-app",
"key": "video-tools",
"entry": "dist/app.mjs",
"type": "system-app",
"files": [
@@ -84,7 +84,7 @@
"tsup": "^8.4.0",
"tsx": "^4.19.3",
"typescript": "^5.8.3",
"ws": "^8.18.1"
"ws": "npm:@kevisual/ws"
},
"packageManager": "pnpm@10.8.1"
}