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
|
{
"name": "snschan",
"version": "0.10.0",
"description": "Discord music bot built with discord.js",
"main": "index.js",
"author": "Ryzyx",
"private": true,
"homepage": "https://github.com/ryzyx/sns-chan",
"repository": "github:ryzyx/sns-chan",
"bugs": "https://github.com/ryzyx/sns-chan/issues",
"engines": {
"node": "=16.6.1"
},
"dependencies": {
"@discordjs/opus": "^0.5.0",
"@discordjs/voice": "^0.11.0",
"discord-embedbuilder": "^4.0.0",
"discord-together": "^1.3.3",
"discord.js": "^14.8.0",
"dotenv": "^9.0.2",
"express": "^4.17.1",
"ffmpeg-static": "^4.2.3",
"git-changed-files": "^1.0.0",
"git-last-commit": "^1.0.1",
"node-persist": "^2.1.0",
"os-utils": "^0.0.14",
"sequelize": "^6.32.1",
"serialize-javascript": "^6.0.2",
"sharp": "^0.32.6",
"sqlite3": "^5.1.6",
"weeby-js": "^1.0.3"
},
"scripts": {
"start": "node index.js"
},
"devDependencies": {
"@types/node": "^18.7.19",
"eslint": "^8.47.0"
}
}
|