-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
38 lines (38 loc) · 901 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
{
"name": "Spiritus",
"version": "3.2.0",
"description": "A multi-function Discord bot. Leveling | Economy | Custom Commands | Reactions-Roles | Moderation | Fun",
"main": "dist/index.js",
"scripts": {
"start": "node dist/main",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Smaug6739/Spiritus.git"
},
"keywords": [
"spiritus",
"discord-bot",
"bot",
"discord",
"discord-js",
"sheweny"
],
"author": "Smaug6739",
"license": "MIT",
"bugs": {
"url": "https://github.com/Smaug6739/Spiritus/issues"
},
"homepage": "https://github.com/Smaug6739/Spiritus#readme",
"dependencies": {
"canvas": "^2.11.2",
"data-replacer": "^1.0.1",
"discord.js": "^14.9.0",
"moment": "^2.29.4",
"mongoose": "^7.0.5",
"ms": "^3.0.0-canary.1",
"sheweny": "^4.2.1",
"toml": "^3.0.0"
}
}