-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1002 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1002 Bytes
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
{
"name": "fxembed",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@hono/node-server": "^1.19.12",
"@iamtraction/google-translate": "^1.1.2",
"@libsql/client": "^0.17.2",
"@sapphire/framework": "^5.5.0",
"archiver": "^7.0.1",
"canvas": "^3.2.2",
"colorette": "^2.0.20",
"discord.js": "^14.16.3",
"dotenv": "^17.3.1",
"ffmpeg-static": "^5.3.0",
"figlet": "^1.11.0",
"genius-lyrics-api": "^3.2.1",
"gradient-string": "^2.0.0",
"hono": "^4.12.9",
"jsqr": "^1.4.0",
"kaori": "^2.0.6",
"lightweight-charts": "^5.1.0",
"node-shazam": "^1.2.7",
"openai": "^6.33.0",
"qrcode": "^1.5.4",
"sqlite3": "^6.0.1",
"youtube-dl-exec": "^3.1.4"
},
"devDependencies": {
"nodemon": "^3.1.14"
}
}