-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 722 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 722 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": "megamod",
"version": "1.0.0",
"description": "A helper bot for discord",
"main": "index.js",
"scripts": {
"start": "node .",
"dev": "nodemon --no-stdin --ignore files MegaMod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daggerwolf45/MegaMod.git"
},
"keywords": [
"discord",
"bot",
"mod",
"megamind"
],
"author": "Sam Laird",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/daggerwolf45/MegaMod/issues"
},
"homepage": "https://github.com/daggerwolf45/MegaMod#readme",
"dependencies": {
"discord.js": "^13.3.1",
"node-fetch": "^2.6.6",
"nodemon": "^2.0.15",
"readline-sync": "^1.4.10"
}
}