-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 778 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 778 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
33
34
35
{
"name": "Scam-alert-bot",
"version": "1.0.0",
"description": "Scam Alert With Discord.js",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": "12.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wumpuspro/Scam-alert-bot.git"
},
"keywords": [],
"author": "Npg",
"license": "ISC",
"bugs": {
"url": "https://github.com/Wumpuspro/Scam-alert-bot/issues"
},
"homepage": "https://github.com/Wumpuspro/Scam-alert-bot#readme",
"devDependencies": {
"node": "^16.6.1"
},
"dependencies": {
"ascii-table": "0.0.9",
"colors": "^1.4.0",
"discord.js": "^13.1.0",
"glob": "^7.1.7",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"mongoose": "^5.13.7"
}
}