{
  "name": "@jomari-wp/linkedin-jobs-scraper",
  "version": "1.0.7",
  "description": "Scrape public available jobs on Linkedin using headless browser",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "clean": "rm -fr build",
    "build": "npm run clean && tsc",
    "test-authenticated": "DEBUG=scraper:info jest authenticated.test.ts",
    "test-authenticated-mocha": "DEBUG=scraper:info mocha --timeout 300000 src/test/authenticated.test.ts",
    "test-authenticated-node": "DEBUG=scraper:info ts-node src/test/dummy.ts",
    "test-anonymous": "DEBUG=scraper:info jest anonymous.test.ts",
    "tmp": "ts-node src/tmp/tmp1.ts"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "bugs": {
    "url": ""
  },
  "homepage": "",
  "author": "Jomari WP",
  "license": "MIT",
  "dependencies": {
    "debug": "^4.3.4",
    "deepmerge": "^4.2.2",
    "puppeteer": "^17.0.0",
    "random-useragent": "^0.5.0"
  },
  "keywords": [
    "scraper",
    "crawler",
    "Linkedin",
    "jobs",
    "puppeteer",
    "headless",
    "chrome",
    "chromium",
    "text",
    "text-mining",
    "data-mining",
    "machine-learning",
    "selenium"
  ],
  "devDependencies": {
    "@types/debug": "^4.1.7",
    "@types/jest": "^28.1.6",
    "@types/node": "^18.7.2",
    "jest": "^28.1.3",
    "ts-jest": "^28.0.7",
    "ts-node": "^10.9.1",
    "typed-emitter": "^2.1.0",
    "typescript": "^4.7.4"
  }
}
