-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.37 KB
/
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
45
46
47
48
49
50
51
{
"name": "sharky",
"version": "1.0.0",
"description": "A multi-function Discord bot. Leveling | Economy | Custom Commands | Reactions-Roles | Moderation | Fun",
"main": "dist/app.js",
"scripts": {
"start": "rm -r dist/ ||: && tsc && node dist/app.js",
"clean": "rm -r dist/",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matyeu/sharky.git"
},
"keywords": [
"sharky",
"discord-bot",
"bot",
"discord",
"discord-js",
"djs-v14",
"nodejs",
"typescript"
],
"author": "matyeu",
"license": "MIT",
"bugs": {
"url": "https://github.com/matyeu/sharky/issues"
},
"homepage": "https://github.com/matyeu/sharky#readme",
"devDependencies": {
"typescript": "^4.9.4"
},
"dependencies": {
"@napi-rs/canvas-darwin-arm64": "^0.1.37",
"canvacord": "^5.4.8",
"chalk": "^4.1.2",
"dayjs": "^1.11.7",
"discord-sync-commands-v2": "^1.0.0",
"discord.js": "^14.9.0",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"memorystore": "^1.6.7",
"mongoose": "^5.13.15",
"ms": "^2.1.3",
"passport": "^0.6.0",
"passport-discord": "^0.1.4"
}
}