mirror of
https://github.com/SrIzan10/discord-audio-transcriptor.git
synced 2026-06-06 00:56:47 +00:00
32 lines
674 B
JSON
32 lines
674 B
JSON
{
|
|
"name": "discord-audio-transcriptor",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc",
|
|
"start": "tsc && node ./dist/index.js"
|
|
},
|
|
"keywords": [
|
|
"typescript",
|
|
"sern",
|
|
"discord.js"
|
|
],
|
|
"type": "module",
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"@sern/handler": "^2.5.0",
|
|
"axios": "^1.4.0",
|
|
"discord.js": "^14.7.1",
|
|
"dotenv": "^16.0.3",
|
|
"execa": "^7.1.1",
|
|
"get-audio-duration": "^3.1.1",
|
|
"whisper.cpp": "^1.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.25",
|
|
"typescript": "^4.9"
|
|
}
|
|
}
|