UNPKG

web-crawling-utils

Version:
60 lines (59 loc) 1.65 kB
{ "name": "web-crawling-utils", "version": "1.0.0", "description": "Common useful utils for web crawling and automation scripts", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "test": "npm run test", "build": "tsc", "prebuild": "rm -rf dist/", "clean": "rm -rf node_modules/ && rm -rf dist/ && rm -rf package-lock.json && npm cache clean --force ", "publish": "npm run clean && npm install & npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/Aniket-Patel-swg/RPA-Robotic-process-Automation.git" }, "keywords": [ "RPA", "serverless", "scrapping", "aws", "lambda", "automation script", "automation", "web automation", "web automation script", "web scraping", "web crawling", "web scarping utils", "web scarping tools", "web scarping tools for beginners" ], "author": "Aniket Patel", "license": "ISC", "bugs": { "url": "https://github.com/Aniket-Patel-swg/RPA-Robotic-process-Automation/issues" }, "homepage": "https://github.com/Aniket-Patel-swg/RPA-Robotic-process-Automation#readme", "dependencies": { "axios": "1.7.5", "jsonwebtoken": "^9.0.2", "puppeteer": "^23.7.1", "serverless-rpa-package": "^2.1.5", "winston": "^3.14.2" }, "devDependencies": { "@types/aws-lambda": "^8.10.145", "@types/jest": "^29.5.12", "@types/node": "^22.9.0", "@types/puppeteer": "^7.0.4", "jest": "^29.7.0", "ts-jest": "^29.2.5" }, "publishConfig": { "@Aniket-Patel-swg:registry": "https://npm.pkg.github.com/", "access": "public" } }