Spaces:
Paused
Paused
Create package.json
Browse files- package.json +59 -0
package.json
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "nodejs",
|
| 3 |
+
"version": "1.0.0",
|
| 4 |
+
"description": "",
|
| 5 |
+
"main": "index.js",
|
| 6 |
+
"scripts": {
|
| 7 |
+
"test": "echo \"Error: no test specified\" && exit 1",
|
| 8 |
+
"start": "node index"
|
| 9 |
+
},
|
| 10 |
+
"keywords": [],
|
| 11 |
+
"author": "",
|
| 12 |
+
"license": "ISC",
|
| 13 |
+
"dependencies": {
|
| 14 |
+
"@google/generative-ai": "^0.21.0",
|
| 15 |
+
"@types/node": "^18.0.6",
|
| 16 |
+
"axios": "^1.7.4",
|
| 17 |
+
"btch-gemini": "^3.0.33",
|
| 18 |
+
"betabotz-tools": "^0.0.7",
|
| 19 |
+
"cheerio": "^1.0.0",
|
| 20 |
+
"cloudflare": "^3.5.0",
|
| 21 |
+
"cobalt-api": "^1.0.0",
|
| 22 |
+
"compression": "^1.7.4",
|
| 23 |
+
"cors": "^2.8.5",
|
| 24 |
+
"convert-excel-to-json": "^1.7.0",
|
| 25 |
+
"express": "^4.19.2",
|
| 26 |
+
"express-rate-limit": "^7.4.1",
|
| 27 |
+
"freeport": "^1.0.5",
|
| 28 |
+
"g4f": "^1.4.6",
|
| 29 |
+
"scdl-core": "^1.1.0",
|
| 30 |
+
"gf": "^0.0.1",
|
| 31 |
+
"googleapis": "^142.0.0",
|
| 32 |
+
"gpt4js": "^1.7.8",
|
| 33 |
+
"groq": "^3.60.0",
|
| 34 |
+
"helmet": "^8.0.0",
|
| 35 |
+
"gpti": "^2.1.8",
|
| 36 |
+
"is-url": "^1.2.4",
|
| 37 |
+
"mammoth": "^1.8.0",
|
| 38 |
+
"mime-types": "^2.1.35",
|
| 39 |
+
"node-cron": "^3.0.3",
|
| 40 |
+
"pdf-parse": "^1.1.1",
|
| 41 |
+
"pptx2json": "^0.0.10",
|
| 42 |
+
"proxy-chain": "^2.5.3",
|
| 43 |
+
"puppeteer-core": "^23.1.1",
|
| 44 |
+
"puppeteer-extra": "^3.3.6",
|
| 45 |
+
"puppeteer-extra-plugin-recaptcha": "^3.6.8",
|
| 46 |
+
"qs": "^6.13.0",
|
| 47 |
+
"googlethis": "^1.8.0",
|
| 48 |
+
"request": "^2.88.2",
|
| 49 |
+
"serpapi": "^2.1.0",
|
| 50 |
+
"unlimited-ai": "^4.0.0",
|
| 51 |
+
"socket.io": "^4.8.0",
|
| 52 |
+
"tough-cookie": "^4.1.4",
|
| 53 |
+
"tough-cookie-file-store": "^2.0.3",
|
| 54 |
+
"wikipedia": "^2.1.2",
|
| 55 |
+
"link-preview-js": "^3.0.14",
|
| 56 |
+
"youtube-to-mp3-poji": "^1.0.4",
|
| 57 |
+
"cloudscraper": "^4.6.0"
|
| 58 |
+
}
|
| 59 |
+
}
|