-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.75 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
{
"name": "bot.wssp-sapphire",
"author": "ywssp",
"repository": {
"type": "git",
"url": "https://github.com/ywssp/bot.wssp"
},
"main": "./out/main.js",
"license": "MPL-2.0",
"engines": {
"node": ">=16.0.0",
"pnpm": ">=6.0.0"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"start": "node out/main.js",
"build": "tsc",
"delete-slash-commands": "node out/Utilities/deleteSlashCommands.js",
"check-voice-deps": "node out/Utilities/checkVoiceDependencies.js",
"setup-play-dl": "node out/Utilities/playdlSetup.js"
},
"devDependencies": {
"@types/inquirer": "^9.0.7",
"@types/lodash": "^4.14.202",
"@types/luxon": "^3.3.5",
"@types/node": "^18.18.12",
"@types/source-map-support": "^0.5.10",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"typescript": "^4.9.5"
},
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.15.0",
"@sapphire/discord.js-utilities": "^6.1.0",
"@sapphire/fetch": "^2.4.1",
"@sapphire/framework": "^4.8.2",
"@sapphire/pieces": "^3.10.0",
"chalk": "^4.1.2",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"ffmpeg-static": "^5.2.0",
"i18n-iso-countries": "^7.7.0",
"inquirer": "^8.2.6",
"lodash": "^4.17.21",
"lru-cache": "^7.18.3",
"luxon": "^3.4.4",
"play-dl": "^1.9.7",
"sodium-native": "^3.4.1",
"source-map-support": "^0.5.21",
"ws": "^8.14.2",
"ytmusic-api": "^5.2.1"
}
}