UNPKG

@cifumo/scraper-node

Version:

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

36 lines 863 B
{ "name": "@cifumo/scraper-node", "version": "1.1.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": { "start": "node esm/index.js" }, "dependencies": { "axios": "^1.9.0", "axios-cookiejar-support": "^6.0.2", "cheerio": "^1.0.0", "crypto-js": "^4.2.0", "fake-useragent": "^1.0.1", "file-type": "^21.0.0", "form-data": "^4.0.2", "https": "^1.0.0", "node-fetch": "^2.7.0", "ws": "^8.18.2" } }