UNPKG

@suzakuteam/scraper-node

Version:

Sebuah Module Scraper yang dibuat oleh Sxyz dan SuzakuTeam untuk memudahkan penggunaan scraper di project ESM maupun CJS.

47 lines (46 loc) 1.14 kB
{ "name": "@suzakuteam/scraper-node", "version": "1.3.0", "description": "Sebuah Module Scraper yang dibuat oleh Sxyz dan SuzakuTeam untuk memudahkan penggunaan scraper di project ESM maupun CJS.", "keywords": [ "Scraper", "Sxyz", "SuzakuTeam", "web-scraping", "scrape" ], "author": "<SuzakuTeam>", "license": "ISC", "type": "module", "exports": { "import": "./esm/index.js", "require": "./cjs/index.cjs" }, "main": "./cjs/index.cjs", "module": "./esm/index.js", "scripts": { "format": "prettier --write .", "start": "node esm/index.js" }, "dependencies": { "acorn": "^8.15.0", "axios": "^1.9.0", "axios-cookiejar-support": "^6.0.2", "chalk": "^5.4.1", "cheerio": "^1.0.0", "child_process": "^1.0.2", "crypto-js": "^4.2.0", "fake-useragent": "^1.0.1", "figlet": "^1.8.1", "file-type": "^21.0.0", "form-data": "^4.0.2", "https": "^1.0.0", "node-fetch": "^2.7.0", "qs": "^6.14.0", "swagger-jsdoc": "^6.2.8", "swagger-ui-express": "^5.0.1", "undici": "^7.10.0", "util": "^0.12.5", "ws": "^8.18.2" } }