-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
88 lines (88 loc) · 3.26 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
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "shioru",
"version": "3.6.5",
"description": "Assistants within your Discord server will help make your server a better place to live.",
"homepage": "https://github.com/Maseshi/Shioru#readme",
"bugs": {
"url": "https://github.com/Maseshi/Shioru/issues",
"email": "dermhioasw123@gmail.com"
},
"license": "(MIT OR CC0-1.0)",
"author": {
"name": "Maseshi",
"email": "dermhioasw123@gmail.com",
"url": "https://maseshi.web.app/"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/Maseshi"
},
{
"type": "patreon",
"url": "https://www.patreon.com/maseshi"
}
],
"main": "./source/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Maseshi/Shioru.git"
},
"scripts": {
"start": "node ./source/shard.js",
"serve": "firebase emulators:exec --only database \"node --watch-path ./source --watch-preserve-output ./source/shard.js\"",
"dev": "firebase emulators:exec --only database --ui \"node --inspect --env-file .env --watch-path ./source --watch-preserve-output ./source/main.js\"",
"lint": "eslint --fix .",
"prettier": "prettier --check --write .",
"format": "npm run prettier && npm run lint",
"docker:build": "docker build --target start --platform linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x --tag maseshi/%npm_package_name%:%npm_package_version% .",
"docker:build:serve": "docker build --target serve --platform --tag maseshi/%npm_package_name%-serve:%npm_package_version% .",
"docker:run": "docker run --detach maseshi/%npm_package_name%:%npm_package_version%",
"docker:run:serve": "docker run --detach maseshi/%npm_package_name%-serve:%npm_package_version%",
"docker:push": "docker push maseshi/%npm_package_name%:%npm_package_version%",
"i18n:unused": "i18n-unused display-unused --src-path ./source --locales-path ./source/locales",
"i18n:mark": "i18n-unused mark-unused --src-path ./source --locales-path ./source/locales",
"i18n:remove": "i18n-unused remove-unused --src-path ./source --locales-path ./source/locales",
"i18n:missed": "i18n-unused display-missed --src-path ./source --locales-path ./source/locales"
},
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.18.0",
"@distube/deezer": "^2.0.1",
"@distube/soundcloud": "^2.0.4",
"@distube/spotify": "^2.0.2",
"@distube/yt-dlp": "^2.0.1",
"captcha-canvas": "^2.3.1",
"discord-gamecord": "^4.4.2",
"discord.js": "^14.16.3",
"distube": "^5.0.4",
"firebase": "^11.1.0",
"genius-lyrics": "^4.4.7",
"i18next": "^24.2.0",
"i18next-fs-backend": "^2.6.0",
"pino": "^9.5.0",
"pino-pretty": "^13.0.0",
"sodium-native": "^4.3.1",
"systeminformation": "^5.23.16"
},
"devDependencies": {
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"i18n-unused": "^0.17.0",
"prettier": "^3.4.2"
},
"optionalDependencies": {
"@distube/ytdl-core": "^4.15.8",
"@distube/ytsr": "^2.0.4",
"bufferutil": "^4.0.8",
"osx-temperature-sensor": "^1.0.8",
"utf-8-validate": "^6.0.5",
"zlib-sync": "^0.1.9"
},
"engines": {
"node": ">=20.6.0",
"python": ">=3.12.0"
},
"private": true
}