Files
radio-bot/package.json
Indrajith K L 187e6bc1f2 *New Feature
* Cowin API integration
* Command ```!vaccine 110009 25-05-2021```
2021-05-13 02:57:54 +05:30

28 lines
549 B
JSON

{
"name": "lul-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./src/main.js",
"dev": "nodemon ./src/main.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.4.0",
"airtable": "^0.10.1",
"axios": "^0.21.1",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"ffmpeg-static": "^4.2.7",
"node-fetch": "^2.6.1",
"yt-search": "^2.7.3",
"ytdl-core": "^4.5.0"
},
"engines": {
"node": "12.16.3"
}
}