forked from Lemons1337/Discord-Spammer
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 696 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 696 Bytes
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
{
"name": "discord-spammer",
"version": "1.0.3",
"description": "Advanced Discord Spammer with multiple options and auto scraping proxies!",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"chalk": "^4.1.1",
"ejs": "^2.6.1",
"express": "^4.16.3",
"fs": "^0.0.1-security",
"proxy-checker": "^1.0.0",
"request": "^2.88.0"
},
"engines": {
"node": "8.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Lemons1337/Discord-Spammer"
},
"keywords": [
"discord spammer",
"discord raider",
"discord tokens"
],
"author": "Lemons1337",
"contributors": [],
"license": "MIT"
}