-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 923 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 923 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
{
"name": "fsh-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node --test"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@distube/ytdl-core": "github:ToddyTheNoobDud/ytdl-core-stuff#bf801acd5edd849a3fb0e22743e8e9fdb6faedb6",
"@fastify/formbody": "^8.0.2",
"@fastify/static": "^9.1.0",
"@huggingface/inference": "^3.15.0",
"@vitalets/google-translate-api": "^9.2.1",
"density-clustering": "^1.3.0",
"fastify": "^5.8.5",
"math-expression-evaluator": "^2.0.7",
"nanoid": "^5.1.7",
"qrcode": "^1.5.4",
"request-ip": "^3.3.0",
"sam-js": "^0.2.1",
"sharp": "^0.34.5",
"simple-tts-mp3": "^1.1.0",
"whois": "^2.16.1",
"wtf_wikipedia": "^10.4.1",
"wtf-plugin-html": "^1.0.0",
"wtf-plugin-markdown": "^1.0.1",
"yt-search": "^2.10.4"
}
}