CoolFace
Apppublic

anprar/dicoding-bulk-server

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
package.json18 linesDownload Raw Back to root
1{2  "name": "dicoding-automation-hf",3  "version": "1.0.0",4  "description": "Hugging Face backend for Dicoding automation",5  "main": "automation-server.js",6  "scripts": {7    "start": "node automation-server.js"8  },9  "dependencies": {10    "express": "^4.18.2",11    "puppeteer": "^21.6.1",12    "puppeteer-extra": "^3.3.6",13    "puppeteer-extra-plugin-stealth": "^2.11.2",14    "cors": "^2.8.5",15    "node-fetch": "^2.7.0"16  }17}18