S3TVR-Demo / app /package.json
yalsaffar's picture
init
aa7cb02
raw
history blame
No virus
387 Bytes
{
"name": "audio-transcription",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.19.2",
"form-data": "^4.0.0",
"multer": "^1.4.5-lts.1",
"node-fetch": "^2.7.0",
"wav": "^1.0.2"
}
}