discord-voice-recorder/package.json
Alex 509cadea67 update to d.js master and fix #17 (stage channels)
deleted the package-lock because i thought it would fix an npm issue which it didn't, shouldn't change anything though.  also added intents which are required in the new version of d.js
2021-05-03 01:59:02 -07:00

21 lines
498 B
JSON

{
"name": "discord-voice-recorder",
"version": "1.0.0",
"description": "A nifty script that can pipe out audio from a voice channel to your local storage.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "Sravanth C.",
"license": "MIT",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"@discordjs/opus": "^0.3.2",
"discord.js": "github:discordjs/discord.js#af00ec8970e77ea8a0afd21571eeeef9c554e1ec",
"ffmpeg-static": "^4.2.7"
}
}