28 lines
641 B
JSON
28 lines
641 B
JSON
{
|
|
"name": "breaknt-bot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "eslint src/* && tsc src/index.ts && node src/index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@discordjs/opus": "^0.1.0",
|
|
"discord.js": "^12.0.2",
|
|
"ffmpeg": "0.0.4",
|
|
"fluent-ffmpeg": "^2.1.2",
|
|
"youtube-search": "^1.1.4",
|
|
"ytdl-core": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.12.31",
|
|
"@typescript-eslint/eslint-plugin": "^2.25.0",
|
|
"@typescript-eslint/parser": "^2.25.0",
|
|
"eslint": "^6.8.0",
|
|
"typescript": "^3.8.3"
|
|
}
|
|
}
|