@harvestapi/scraper
Version:
HarvestAPI provides LinkedIn data scraping tools for real-time, high-performance scraping at a low cost. API allows to search for Linkedin `jobs`, `companies`, `profiles`, and `posts` using a wide range of filters.
66 lines (65 loc) • 1.87 kB
JSON
{
"name": "@harvestapi/scraper",
"version": "1.5.3",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"homepage": "https://harvest-api.com",
"repository": "https://github.com/HarvestAPI/harvestapi-sdk",
"bugs": {
"url": "https://github.com/HarvestAPI/harvestapi-sdk/issues"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "npx tsx build.ts",
"test:concurrency": "npx tsx src/test/concurrency.ts -- --run",
"fix:lint": "eslint \"{src,test}/**/*.ts\" --fix",
"check:typescript": "tsc --noEmit",
"generate:docs": "npx tsx src/utils/gen-docs.ts",
"prepublishOnly": "npm run build && npm run generate:docs",
"run:publish": "npm publish --access public"
},
"keywords": [
"harvestapi",
"harvest",
"linkedin",
"scraper"
],
"author": "xorcuit",
"license": "MIT",
"description": "",
"devDependencies": {
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-node-resolve": "16.0.0",
"@swc/core": "1.10.18",
"@swc/jest": "0.2.37",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.14",
"@types/node": "22.13.4",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"jest": "29.7.0",
"prettier": "3.1.1",
"prettier-linter-helpers": "1.0.0",
"query-string": "9.1.1",
"rollup": "4.34.8",
"rollup-plugin-typescript2": "0.36.0",
"sqlite": "5.1.1",
"sqlite3": "5.1.7",
"tsx": "4.19.2",
"typedoc": "0.27.8",
"typedoc-plugin-markdown": "4.4.2",
"typescript": "5.7.3"
},
"dependencies": {
"dotenv": "16.4.7",
"fs-extra": "11.3.0"
}
}