mirror of
https://github.com/arthur-pbty/selfbot-discord.git
synced 2026-06-03 23:36:23 +02:00
25 lines
597 B
JSON
25 lines
597 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": {
|
|
"discord.js": "^14.14.1",
|
|
"discord.js-selfbot-v13": "^3.1.4",
|
|
"dotenv": "^16.4.5"
|
|
}
|
|
}
|