Files
gitlab-instance-0a899031_sh/d2ypp2/package.json
root a3e8a4a96c s
2026-05-17 13:21:44 +00:00

18 lines
625 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "douyinyoutube",
"private": true,
"description": "直播推流控制台:一键开发/构建脚本入口(核心逻辑见 scripts/launch.py",
"scripts": {
"dev": "python scripts/launch.py --dev",
"dev:api": "python -m uvicorn web:app --host 0.0.0.0 --port 8001 --reload",
"dev:console": "python scripts/launch.py --dev",
"build": "python scripts/launch.py --build-only",
"start": "python scripts/launch.py",
"start:api": "python scripts/launch.py --api-only",
"preview": "python scripts/launch.py --skip-build"
},
"devDependencies": {
"concurrently": "^9.1.2"
}
}