/
nik1
/
audio2text
Обзор
Документация
Войти
/
nik1
/
audio2text
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
server/package.json
18 строк
513 B
Константин Шершнев
Первый коммит: проект audio2text
28 янв 2025, 21:54
28 янв 2025, 21:54
5be2679
Код
Авторство
О чём код?
{ "name": "audio2text-server", "version": "1.0.0", "description": "Сервер для обработки аудиофайлов и транскрибации текста.", "main": "index.js", "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["audio", "transcription", "server", "docker"], "author": "", "license": "ISC", "dependencies": { "axios": "^1.7.9", "express": "^4.21.2", "multer": "^1.4.5-lts.1" } }