-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "Muzio",
"version": "2.0.8",
"description": "Made with 💖 By Science Gear",
"main": "sharder.js",
"scripts": {
"start": "node ./src/sharder.js"
},
"dependencies": {
"common-tags": "^1.8.2",
"cpu-stat": "^2.0.1",
"delay": "^6.0.0",
"discord-hybrid-sharding": "^2.1.2",
"discord.js": "^14.11.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"google-search-url": "^0.1.8",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"mongoose": "^6.11.1",
"node-capitalize": "^1.0.0",
"node-cron": "^3.0.2",
"node-fetch": "^2.6.11",
"poru": "github:adh319/poru",
"pretty-ms": "^7.0.1",
"quick.db": "^9.1.7",
"voucher-code-generator": "^1.3.0"
},
"author": "science_gear",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ScienceGear/muzio.git"
},
"bugs": {
"url": "https://github.com/ScienceGear/muzio#issues"
},
"homepage": "https://github.com/ScienceGear/muzio/#readme",
"devDependencies": {
"node": "^18.16.0"
}
}