CoolFace
Apppublic

RanAI01/CHMA-API

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
package.json13 linesDownload Raw Back to root
1{2  "name": "goodinfo-crawler",3  "version": "1.0.0",4  "main": "index.js",5  "scripts": {6    "start": "node index.js"7  },8  "dependencies": {9    "express": "^4.18.2",10    "puppeteer": "^24.15.0"11  }12}13