CoolFace
Apppublic

yxmiler/GrokAPIService

sourceHugging Faceupdated 2y agoView on Hugging Face
39likes
package.json24 linesDownload Raw Back to root
1{2  "name": "grok2api",3  "version": "1.0.0",4  "main": "index.js",5  "type": "module",6  "scripts": {7    "start": "node index.js"8  },9  "author": "yxmiler",10  "dependencies": {11    "express": "^4.18.2",12    "node-fetch": "^3.3.2",13    "dotenv": "^16.3.1",14    "cors": "^2.8.5",15    "form-data": "^4.0.0",16    "puppeteer": "^22.8.2",17    "puppeteer-extra": "^3.3.6",18    "puppeteer-extra-plugin-stealth": "^2.11.2",19    "moment": "^2.30.1",20    "chalk": "^5.4.1",21    "uuid": "^9.0.0"22  }23}24