Files
selfbot-discord/package.json
T
Tutur33 18e452d82a update
2024-04-20 14:29:42 +02:00

28 lines
677 B
JSON

{
"name": "selfbot-discord",
"version": "1.0.0",
"description": "",
"main": "main.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tutur33/selfbot-discord.git"
},
"author": "tuturp33",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Tutur33/selfbot-discord/issues"
},
"homepage": "https://github.com/Tutur33/selfbot-discord#readme",
"dependencies": {
"@discordjs/voice": "^0.16.1",
"discord.js": "^14.14.1",
"discord.js-selfbot-v13": "^3.1.4",
"dotenv": "^16.4.5",
"ip": "^2.0.1",
"sqlite3": "^5.1.7"
}
}