{
  "name": "linkedin-private-api-node12",
  "version": "1.1.1",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "Eilon Mor",
  "license": "MIT",
  "keywords": [
    "linkedin-nodejs-api",
    "linkedin-api",
    "linked-private-api",
    "linked-unofficial-api",
    "linkedin-web-api"
  ],
  "engines": {
    "node": ">=12.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/phanluanint/linkedin-private-api-node12.git"
  },
  "homepage": "https://github.com/phanluanint/linkedin-private-api-node12",
  "files": [
    "dist"
  ],
  "scripts": {
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "eslint -p tsconfig.json -c tslint.json",
    "typecheck": "eslint --ext .ts --ext .js src",
    "build": "rimraf dist && tsc -p tsconfig.build.json",
    "test": "NODE_ENV=test jest",
    "test:coverage": "yarn test -- --coverage",
    "prepublish": "yarn docs && yarn build",
    "prepare": "yarn docs && yarn build",
    "docs": "rimraf docs && typedoc --plugin typedoc-plugin-markdown --out docs src"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  },
  "dependencies": {
    "axios": "^0.21.0",
    "cookie": "^0.4.0",
    "fs": "^0.0.1-security",
    "lodash": "^4.17.15",
    "querystring": "^0.2.0",
    "url": "^0.11.0"
  },
  "devDependencies": {
    "@types/config": "^0.0.39",
    "@types/cookie": "^0.4.0",
    "@types/faker": "^5.1.2",
    "@types/jest": "^27.0.1",
    "@types/lodash": "^4.14.161",
    "@types/node": "^16.0.0",
    "@typescript-eslint/eslint-plugin": "^4.2.0",
    "@typescript-eslint/parser": "^4.2.0",
    "babel-eslint": "^10.0.3",
    "eslint": "^7.9.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-config-airbnb-typescript": "^14.0.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "faked": "^2.1.0",
    "faker": "^5.1.0",
    "husky": "^7.0.0",
    "intermock": "^0.2.2",
    "jest": "^26.4.2",
    "prettier": "^2.1.2",
    "pretty-quick": "^3.0.2",
    "rimraf": "^3.0.2",
    "testdouble": "^3.16.1",
    "testdouble-jest": "^2.0.0",
    "ts-jest": "^26.4.1",
    "typedoc": "~0.19.2",
    "typedoc-plugin-markdown": "~3.1.1",
    "typescript": "^4.0.2"
  }
}
