-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "echo-editorial",
"version": "1.0.0",
"description": "回声编辑部:本地优先的 AI 编辑室,把短视频素材转化为稿件、配音和竖屏视频。",
"main": "server.js",
"scripts": {
"start": "node server.js",
"check": "node --check server.js && node --check config/index.js && node --check utils/url.js && node --check utils/audio.js && node --check utils/text.js && node --check utils/log.js && node --check services/browser.js && node --check services/asr.js && node --check services/douyin.js && node --check services/rewriter.js && node --check services/tts.js && node --check services/video.js && node --check services/imageSearch.js && node --check services/templateManager.js && node --check services/scorer.js && node --check services/historyStore.js && node --check routes/config.js && node --check routes/extract.js && node --check routes/rewrite.js && node --check routes/tts.js && node --check routes/video.js && node --check routes/cache.js && node --check routes/templates.js && node --check routes/scorer.js && node --check routes/history.js && node --check public/js/main.js && python -m py_compile tts.py transcribe.py",
"test": "npm run check"
},
"keywords": [
"echo-editorial",
"ai-editor",
"content-repurposing",
"editorial-workflow",
"short-video",
"xiaohongshu",
"douyin",
"tts",
"transcription"
],
"author": "Rookage",
"license": "MIT",
"type": "commonjs",
"dependencies": {
"dotenv": "^17.4.2",
"express": "^5.2.1",
"multer": "^2.2.0",
"puppeteer": "^25.0.4"
}
}