-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
75 lines (75 loc) · 2.1 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "quranbot",
"version": "1.4.2",
"main": "src/shard.js",
"author": "@Arth | @omar",
"contributors": [
"https://github.com/4i8",
"https://github.com/albatranomar"
],
"private": true,
"license": "Apache-2.0",
"dependencies": {
"@sapphire/discord-utilities": "next",
"@sapphire/discord.js-utilities": "next",
"@sapphire/fetch": "^2.4.1",
"@sapphire/framework": "^3.1.1-next.645df81.0",
"@sapphire/plugin-api": "next",
"@sapphire/plugin-editable-commands": "next",
"@sapphire/plugin-logger": "next",
"@sapphire/plugin-subcommands": "next",
"@sapphire/time-utilities": "^1.7.5",
"@sapphire/type": "^2.4.0",
"@sapphire/utilities": "^3.9.1",
"chalk": "^4.1.2",
"clinei": "^1.0.1",
"colon-notation": "^1.2.1",
"convert-time": "^0.3.0",
"debug": "^4.3.4",
"delay": "^5.0.0",
"discord.js": "^13.15.1",
"easy-discord-components": "^1.0.2",
"erela.js": "^2.3.3",
"fix-arabic-numbers": "^0.0.3",
"flowe": "^0.0.1",
"glob": "^8.0.3",
"humanize-duration": "^3.27.3",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.37",
"mongoose": "^6.5.4",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"set-interval": "^2.1.3",
"string-similarity": "^4.0.4",
"tacs": "^1.4.6",
"trymore": "^0.0.1"
},
"devDependencies": {
"@sapphire/prettier-config": "^1.4.3",
"auto-changelog": "^2.4.0",
"concurrently": "^7.6.0",
"forever": "^4.0.3",
"nodemon": "^2.0.19",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1"
},
"scripts": {
"watch": "concurrently \"nodemon -L --watch src\" \"nodemon ./extensions/prayer.js\"",
"start": "concurrently \"node ./src/shard.js\" \"node ./extensions/prayer.js\"",
"format": "prettier --write \"src/**/*.js\"",
"test": "nodemon ./src/index.js --test",
"clog": "auto-changelog --output CHANGELOG.md --template keepachangelog --commit-limit false --unreleased"
},
"prettier": "@sapphire/prettier-config",
"repository": {
"type": "git",
"url": "https://github.com/4i8/quranbot.git"
},
"bugs": {
"url": "https://github.com/4i8/quranbot/issues"
},
"homepage": "https://github.com/4i8/quranbot#readme",
"engines": {
"node": ">=16.9.0"
}
}