-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "selfbotdiscord",
"description": "<p align=\"center\"> <img src=\"assets_for_readme/selfbot.png\" alt=\"selfbot.png\" width=\"80px\" height=\"80px\"> </p> <h1 align=\"center\"> 👑 Selfbot-Discord ! </h1>",
"version": "1.0.0",
"main": "start.js",
"repository": {
"type": "git",
"url": "git+https://github.com/CatalanNathan/Selfbot-Discord"
},
"author": "MisTrale",
"license": "MIT",
"bugs": {
"url": "https://github.com/CatalanNathan/Selfbot-Discord/issues"
},
"homepage": "https://github.com/CatalanNathan/Selfbot-Discord#readme",
"dependencies": {
"axios": "^0.27.2",
"discord-bettermarkdown": "^1.2.0",
"discord.js-selfbot-v13": "^2.2.0",
"dotenv": "^16.0.1"
},
"devDependencies": {
"eslint": "^8.17.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.1",
"eslint-plugin-promise": "^6.0.0"
},
"scripts": {
"lint": "eslint --fix",
"start": "node ."
},
"type": "module"
}