syncmaster4 / package.json
aseelflihan's picture
Initial clean upload
f93a960
raw
history blame contribute delete
797 Bytes
{
"name": "syncmaster",
"version": "0.1.0",
"private": true,
"description": "AI Audio-Text Synchronization Platform – convenience wrapper for Streamlit dev server with integrated recorder",
"scripts": {
"dev": "streamlit run app.py --server.port 5050 --server.address localhost",
"start": "streamlit run app.py --server.port 5050 --server.address 0.0.0.0",
"dev-launcher": "streamlit run app_launcher.py --server.port 5050 --server.address localhost",
"dev-separate": "python startup.py",
"build": "echo 'Installing Python dependencies...' && pip install -r requirements.txt"
},
"dependencies": {
"streamlit": "^1.28.0"
},
"keywords": ["ai", "audio", "transcription", "synchronization", "streamlit"],
"author": "SyncMaster Team",
"license": "MIT"
}