2d847e154f
中华文明全图鉴——文物全图系统(PC Web 地图 + NestJS API + 管理后台)。 含三大 IP(文物南迁北归 / 国宝海外回归 / 博物馆手艺人)、AI 文物对话、 文物地图与详情、以及 demo-video-kit 演示视频生成工具。
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
||
"name": "demo-video-kit",
|
||
"version": "1.0.0",
|
||
"description": "配置驱动的演示视频生成工具:Playwright 录屏 + 与配音逐句同步的字幕解说 + 中文 TTS(DashScope qwen-tts,失败回退 macOS say)。",
|
||
"type": "module",
|
||
"bin": {
|
||
"demo-video": "src/cli.mjs"
|
||
},
|
||
"main": "src/index.mjs",
|
||
"exports": {
|
||
".": "./src/index.mjs",
|
||
"./tts": "./src/tts.mjs",
|
||
"./record": "./src/record.mjs",
|
||
"./mux": "./src/mux.mjs"
|
||
},
|
||
"files": [
|
||
"src",
|
||
"demo.config.example.mjs",
|
||
"README.md",
|
||
"LICENSE"
|
||
],
|
||
"scripts": {
|
||
"demo": "node src/cli.mjs"
|
||
},
|
||
"keywords": [
|
||
"playwright",
|
||
"screen-recording",
|
||
"demo",
|
||
"video",
|
||
"tts",
|
||
"subtitles",
|
||
"narration",
|
||
"ffmpeg",
|
||
"qwen-tts",
|
||
"dashscope"
|
||
],
|
||
"engines": {
|
||
"node": ">=20"
|
||
},
|
||
"dependencies": {
|
||
"playwright": ">=1.40"
|
||
},
|
||
"peerDependenciesMeta": {},
|
||
"license": "MIT",
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "https://example.com/your-org/demo-video-kit.git"
|
||
},
|
||
"homepage": "https://example.com/your-org/demo-video-kit#readme",
|
||
"publishConfig": {
|
||
"access": "public"
|
||
}
|
||
}
|