mirror of
https://github.com/arthur-pbty/discord-selfbot.git
synced 2026-06-26 06:32:59 +02:00
Create package.json
This commit is contained in:
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"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:"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user