Update package.json
Browse files- package.json +0 -5
package.json
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
{
|
2 |
"dependencies": {
|
3 |
"@gradio/client": "*",
|
4 |
-
"@tensorflow/tfjs-node": "*",
|
5 |
-
"@ibaraki-douji/waifu2x": "*",
|
6 |
"axios": "*",
|
7 |
"cheerio": "*",
|
8 |
"ddos-stresser": "*",
|
@@ -12,16 +10,13 @@
|
|
12 |
"file-type": "^16.5.3",
|
13 |
"fluent-ffmpeg": "*",
|
14 |
"jimp": "*",
|
15 |
-
"jpeg-js": "*",
|
16 |
"morgan": "*",
|
17 |
-
"nsfwjs": "*",
|
18 |
"pdfkit": "*",
|
19 |
"playwright": "*",
|
20 |
"playwright-extra": "*",
|
21 |
"puppeteer-extra-plugin-stealth": "*",
|
22 |
"sharp": "*",
|
23 |
"util": "*",
|
24 |
-
"upscaler": "*",
|
25 |
"ytdl-core": "npm:@distube/ytdl-core"
|
26 |
}
|
27 |
}
|
|
|
1 |
{
|
2 |
"dependencies": {
|
3 |
"@gradio/client": "*",
|
|
|
|
|
4 |
"axios": "*",
|
5 |
"cheerio": "*",
|
6 |
"ddos-stresser": "*",
|
|
|
10 |
"file-type": "^16.5.3",
|
11 |
"fluent-ffmpeg": "*",
|
12 |
"jimp": "*",
|
|
|
13 |
"morgan": "*",
|
|
|
14 |
"pdfkit": "*",
|
15 |
"playwright": "*",
|
16 |
"playwright-extra": "*",
|
17 |
"puppeteer-extra-plugin-stealth": "*",
|
18 |
"sharp": "*",
|
19 |
"util": "*",
|
|
|
20 |
"ytdl-core": "npm:@distube/ytdl-core"
|
21 |
}
|
22 |
}
|