This repository has been archived by the owner on Jul 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
82 lines (82 loc) · 2.71 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
{
"name": "skyouo-s-music-core",
"bin": "bootstrap.js",
"version": "6.0.0",
"dependencies": {
"@discordjs/builders": "^0.5.0",
"@discordjs/opus": "^0.5.3",
"@discordjs/rest": "^0.1.0-canary.0",
"@discordjs/voice": "^0.6.0",
"@freetube/yt-trending-scraper": "^2.0.1",
"@nondanee/unblockneteasemusic": "^0.25.3",
"better-replit-db": "github:Project-Kristen/better-replit-db",
"bufferutil": "^4.0.3",
"chalk": "^4.1.0",
"cheerio": "1.0.0-rc.10",
"cookie-parser": "^1.4.5",
"discord-api-types": "^0.20.2",
"discord-buttons": "^4.0.0",
"discord-rpc": "^4.0.1",
"discord.js": "^13.0.1",
"erlpack": "github:discord/erlpack",
"express": "^4.17.1",
"express-rate-limit": "^5.3.0",
"express-useragent": "^1.0.15",
"fernet": "^0.4.0",
"ffmpeg-static": "^4.4.0",
"ioredis": "^4.27.6",
"moment": "^2.29.1",
"node-motto": "1.0.0",
"pidusage": "^2.0.21",
"play-dl": "^1.2.6",
"prism-media": "^1.3.1",
"quickmongo": "^2.0.6",
"simple-json-database": "file:./libs/json-db",
"simple-netease-cloud-music": "^0.5.2",
"simple-youtube-api": "^5.2.1",
"socket.io": "^4.1.2",
"sodium": "^3.0.2",
"soundcloud-scraper": "^5.0.0",
"spotify-url-info": "^2.2.0",
"sql": "github:TokyoFarmer/node-sql-2",
"sync-mysql": "^3.0.1",
"time-stamp": "^2.2.0",
"undici": "^4.7.1",
"utf-8-validate": "^5.0.5",
"ws": "^7.5.3",
"youtube-dl-exec": "file:./libs/youtube-dl-exec-compat",
"youtube-sr": "^4.1.9",
"yt-search": "^2.10.1",
"ytdl-core": "github:gatecrasher777/node-ytdl-core",
"ytpl": "^2.2.1",
"ytsr": "^3.5.2",
"zlib-sync": "^0.1.7"
},
"scripts": {
"start": "node --inspect --no-warnings --expose_gc --use_idle_notification --always_compact --optimize_for_size --gc_interval=100 bootstrap.js",
"start:graalvm": "/home/skyouo0727/usr/graalvm-ce-java11-21.2.0/bin/node --experimental-options --expose_gc --jvm --engine.Mode=latency --engine.BackgroundCompilation=true --engine.Compilation=true --engine.CompilerThreads=6 --engine.MultiTier --cputracer --memtracer bootstrap.js",
"build": "npx pkg . -t node14-win-x64,node12-win-x86 --out-path output/",
"linux-build": "npx pkg . -t node12-linux-x64 --out-path output/",
"install:graalvm": "${GRAALVM_HOME}/bin/npm install --build-from-source --nodedir=${GRAALVM_HOME}/languages/nodejs"
},
"pkg": {
"scripts": [
"./db.js",
"./index.js",
"events/*.js",
"commands/*.js",
"libs/*.js",
"libs/*/*.js"
],
"assets": "node_modules/discord.js/**/*.*"
},
"devDependencies": {
"standard": "^16.0.3"
},
"standard": {
"ignore": [
"libs/*",
"libs/*/*"
]
}
}