-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 870 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
41
42
43
44
{
"name": "mandler",
"version": "0.1.4",
"description": "A modern command handler for discord.js",
"main": "index.js",
"scripts": {
"test": "echo \"No tests available\"",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PlayWolfYT/Mandler.git"
},
"keywords": [
"discord",
"discord.js",
"command",
"handler",
"commandhandler",
"discord",
"bot"
],
"author": "PlayWolfYT",
"license": "ISC",
"bugs": {
"url": "https://github.com/PlayWolfYT/Mandler/issues"
},
"homepage": "https://github.com/PlayWolfYT/Mandler#readme",
"devDependencies": {
"dotenv": "^16.0.0",
"typescript": "^4.6.3"
},
"dependencies": {
"discord.js": "^13.6.0",
"events": "^3.3.0",
"mongoose": "^6.3.0"
},
"files": [
"dist"
],
"np": {
"yarn": false
}
}