18 lines
351 B
JSON
18 lines
351 B
JSON
{
|
|
"name": "purfbot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@discordjs/opus": "github:discordjs/opus",
|
|
"discord.js": "^12.4.1",
|
|
"dotenv": "^8.2.0",
|
|
"eris": "^0.14.0"
|
|
}
|
|
}
|