-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
40 lines (40 loc) · 993 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
38
39
40
{
"name": "commando-provider-mongo",
"version": "2.1.0",
"description": "A MongoDB provider for Commando",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paulhobbel/commando-provider-mongo.git"
},
"keywords": [
"discord.js",
"commando",
"discord.js-commando",
"provider",
"mongodb",
"settings"
],
"author": "Paul Hobbel <paulhobbel@hotmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/paulhobbel/commando-provider-mongo/issues"
},
"homepage": "https://github.com/paulhobbel/commando-provider-mongo#readme",
"devDependencies": {
"@types/mongodb": "^3.6.3",
"discord.js": "^12.5.1",
"discord.js-commando": "^0.12.2",
"mongodb": "^3.6.3",
"typescript": "^4.1.3"
},
"peerDependencies": {
"discord.js": "^12.0.0",
"discord.js-commando": "^0.12.0",
"mongodb": "^3.0"
}
}