-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
35
36
37
38
39
40
41
42
{
"dependencies": {
"axios": "^1.7.5",
"chalk": "^4.1.2",
"discord.js-selfbot-v13": "^3.3.0"
},
"name": "discord-sniper",
"version": "0.0.3.2",
"description": "Multifunctional discord sniper",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run": "node bot.js",
"deldup": "node deletedup.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mid0aria/discord-sniper.git"
},
"keywords": [
"nitro",
"sniper",
"discord",
"selfbot",
"token",
"giveaway",
"messagelog",
"discordmessagelog",
"autojoingiveaways"
],
"author": "Mid0aria",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mid0aria/discord-sniper/issues"
},
"homepage": "https://github.com/Mid0aria/discord-sniper#readme",
"devDependencies": {
"@eslint/js": "^9.9.1",
"eslint": "^9.9.1",
"globals": "^15.9.0"
}
}