-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 935 Bytes
/
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
{
"name": "FAQ-discord-bot",
"version": "1.2.2",
"description": "This FAQ is our Discord bot which supports some user-friendly commands to answer our most frequently-asked questions.",
"main": "index.js",
"dependencies": {
"discord.js": "^11.6.2",
"express": "^4.17.1",
"fs": "0.0.1-security",
"googleapis": "^39.2.0",
"moment": "^2.29.2",
"moment-timezone": "^0.5.28",
"ms": "^2.1.2",
"node-fetch": "^3.1.1"
},
"devDependencies": {},
"scripts": {
"start": "node index.js",
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AssistantNMS/nms-faq-bot.git"
},
"keywords": [
"assistant",
"discord",
"bot",
"NMS"
],
"author": "Lachlan Dennis",
"license": "ISC",
"bugs": {
"url": "https://github.com/AssistantNMS/nms-faq-bot/issues"
},
"homepage": "https://github.com/AssistantNMS/nms-faq-bot#readme"
}