File size: 797 Bytes
f93a960
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "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"
}