UNPKG

quickscraper-sdk

Version:
76 lines 2.05 kB
{ "name": "quickscraper-sdk", "version": "2.0.8", "description": "Quick Scraper SDK NodeJS APIs", "main": "index.js", "types": "index.d.ts", "engines": { "node": ">=10.16.3" }, "scripts": { "test": "jest --config jestconfig.json", "posttest": "npm run lint", "test:single": "jest es6.test.ts --config jestconfig.json", "build": "rm -rf lib/* && tsc", "postbuild": "cpy package.json README.md lib/ && npm run deploy-check", "predeploy": "npm run build", "deploy": "npm publish lib", "deploy-check": "npm publish lib --dry-run", "lint": "eslint \"{src,apps,libs,tests}/**/*.ts\"", "lint:fix": "eslint \"{src,apps,libs,tests}/**/*.ts\" --fix", "patch": "npm version patch", "version": "git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/quickscraper/quickscraper-sdk-nodejs" }, "keywords": [ "quickscraper", "scraper", "web scrapers", "proxies", "CAPTCHAs", "headless browsers", "crawling", "web-crawling", "crawling-websites" ], "author": "QuickScraper Developers (app@quickscraper.co)", "license": "MIT", "bugs": { "url": "https://github.com/quickscraper/quickscraper-sdk-nodejs/issues" }, "homepage": "https://github.com/quickscraper/quickscraper-sdk-nodejs#readme", "dependencies": { "debug": "^4.3.1", "fs-extra": "^9.0.1", "got": "^11.8.1", "lodash": "^4.17.21", "semver": "^7.3.4" }, "devDependencies": { "@types/debug": "^4.1.5", "@types/fs-extra": "^9.0.6", "@types/jest": "^26.0.20", "@types/lodash": "^4.14.170", "@types/node": "^14.14.20", "@typescript-eslint/eslint-plugin": "^4.8.2", "@typescript-eslint/parser": "^4.8.2", "codecov": "^3.8.1", "cpy-cli": "^3.1.1", "eslint": "^7.14.0", "eslint-config-prettier": "^6.10.0", "eslint-plugin-import": "^2.20.1", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-spellcheck": "0.0.17", "handlebars": "^4.7.6", "jest": "^26.6.3", "ts-jest": "^26.4.4", "typescript": "^4.1.3" }, "files": [ "/*" ] }