mirror of
https://github.com/arthur-pbty/discord-selfbot.git
synced 2026-06-03 15:07:22 +02:00
20 lines
402 B
JSON
20 lines
402 B
JSON
{
|
|
"name": "selfbot_discord",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node main.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"axios": "^1.7.9",
|
|
"discord.js-selfbot-v13": "^3.4.5",
|
|
"dotenv": "^16.4.7",
|
|
"selfbot_discord": "file:"
|
|
}
|
|
}
|