You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
1 year ago
|
{
|
||
|
"name": "smoothiegpt",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Smoothie powered by OpenAI",
|
||
|
"main": "src/index.ts",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
"start": "ts-node src/index.ts"
|
||
|
},
|
||
|
"author": "Seshan Ravikumar",
|
||
|
"license": "AGPL-3.0",
|
||
|
"devDependencies": {
|
||
|
"@types/node": "^18.16.3",
|
||
|
"ts-node": "^10.9.1",
|
||
|
"typescript": "^5.0.4"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@discord-player/extractor": "^4.2.0",
|
||
|
"@discordjs/opus": "^0.9.0",
|
||
|
"@discordjs/voice": "^0.16.0",
|
||
|
"@distube/ytdl-core": "^4.11.9",
|
||
|
"@prisma/client": "^4.13.0",
|
||
|
"@types/pluralize": "^0.0.31",
|
||
|
"@types/string-similarity": "^4.0.0",
|
||
|
"axios": "^1.3.6",
|
||
|
"bufferutil": "^4.0.7",
|
||
|
"discord-player": "^6.2.0",
|
||
|
"discord-speech-recognition": "^3.3.1",
|
||
|
"discord.js": "^14.9.0",
|
||
|
"dotenv": "^16.0.3",
|
||
|
"erlpack": "github:discord/erlpack",
|
||
|
"libsodium-wrappers": "^0.7.11",
|
||
|
"node-gtts": "^2.0.2",
|
||
|
"openai": "^3.2.1",
|
||
|
"pluralize": "^8.0.0",
|
||
|
"string-similarity": "^4.0.4",
|
||
|
"utf-8-validate": "^6.0.3",
|
||
|
"youtube-search": "^1.1.6",
|
||
|
"zlib-sync": "^0.1.8"
|
||
|
}
|
||
|
}
|