Transcription on mac
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
"scripts": {
|
||||
"dev": "node node_modules/tsx/dist/cli.mjs watch src/index.ts",
|
||||
"build": "node node_modules/typescript/bin/tsc -p tsconfig.json",
|
||||
"start": "node dist/index.js",
|
||||
"setup-whisper": "python3 -m pip install -r requirements-whisper.txt"
|
||||
"start": "node dist/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fastify/cors": "^11.2.0",
|
||||
@@ -18,6 +17,7 @@
|
||||
"dotenv": "^17.3.1",
|
||||
"fastify": "^5.8.2",
|
||||
"ioredis": "^5.10.0",
|
||||
"ws": "^8.19.0",
|
||||
"zod": "^4.3.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user