mirror of
https://github.com/arthur-pbty/discord-selfbot.git
synced 2026-06-03 23:36:31 +02:00
19 lines
370 B
JSON
19 lines
370 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"
|
|
}
|
|
}
|