This repository has been archived by the owner on Oct 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.56 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
{
"name": "meteorium",
"version": "3.0.0",
"description": "RadiatedExodus's hobby Discord bot project, built with TypeScript, Prisma, and DiscordJS.",
"main": "dist/index.js",
"type": "module",
"scripts": {
"compile": "tsc",
"start": "node dist",
"installUtils:fillMissingGuildData": "node ./dist/installUtils/fillMissingGuildData.js",
"installUtils:enableGuildFeature": "node ./dist/installUtils/enableGuildFeature.js",
"installUtils:clearInteractions": "node ./dist/installUtils/clearInteractions.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RealEthanPlayzDev/Meteorium.git"
},
"author": "RadiatedExodus",
"license": "MIT",
"bugs": {
"url": "https://github.com/RealEthanPlayzDev/Meteorium/issues"
},
"homepage": "https://github.com/RealEthanPlayzDev/Meteorium",
"devDependencies": {
"@types/node": "^20.11.17",
"prettier": "^3.2.5",
"prisma": "^5.9.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@discord-player/extractor": "^4.4.7",
"@discordjs/voice": "^0.16.1",
"@prisma/client": "^5.9.1",
"bufferutil": "^4.0.8",
"chalk": "^5.3.0",
"discord-player": "^6.6.10",
"discord.js": "^14.14.1",
"dotenv": "^16.4.2",
"holodex.js": "^2.0.5",
"mediaplex": "^0.0.9",
"moment": "^2.30.1",
"noblox.js": "^4.15.1",
"utf-8-validate": "^6.0.3",
"youtube-ext": "^1.1.25",
"zlib-sync": "^0.1.9"
}
}