{
  "name": "scraper-utils2",
  "version": "0.0.2",
  "description": "",
  "cdn": "dist/index.umd.js",
  "main": "dist/index/esm.js",
  "types": "types/index.d.ts",
  "unpkg": "dist/index.umd.js",
  "module": "dist/index.esm.js",
  "jsdelivr": "dist/index.umd.js",
  "umd:main": "dist/index.umd.js",
  "scripts": {
    "doc": "typedoc src/index.ts",
    "deploy": "npm run build && npm publish",
    "test": "jest",
    "lint": "eslint \"*/**/*.{ts,js,json}\"",
    "lint:fix": "eslint \"*/**/*.{ts,js,json}\" --fix",
    "build": "rollup --config ./rollup.config.js",
    "prepublishOnly2": "npm run doc && npm run lint && npm run test && npm run build"
  },
  "exports": {
    ".": [
      {
        "import": "./dist/index.mjs",
        "require": "./dist/index.cjs",
        "default": "./dist/index.js"
      },
      "./dist/index.js"
    ]
  },
  "dependencies": {
    "@elastic/elasticsearch": "7.14.1",
    "@liaoliaots/nestjs-redis": "^9.0.3",
    "@nestjs-modules/mailer": "^1.6.1",
    "@nestjs/axios": "^0.1.0",
    "@nestjs/bull": "0.6.1",
    "@nestjs/common": "^8.0.0",
    "@nestjs/config": "^2.0.1",
    "@nestjs/core": "^8.0.0",
    "@nestjs/event-emitter": "^1.3.1",
    "@nestjs/graphql": "^10.0.21",
    "@nestjs/jwt": "^8.0.1",
    "@nestjs/mongoose": "7.0.2",
    "@nestjs/platform-express": "^8.0.0",
    "@nestjs/platform-socket.io": "^8.4.6",
    "@nestjs/schedule": "^1.0.2",
    "@nestjs/swagger": "^6.0.5",
    "@nestjs/websockets": "^8.4.6",
    "@nestjsx/crud": "^5.0.0-alpha.3",
    "@sendgrid/mail": "^7.7.0",
    "@solid-soda/config": "^2.2.0",
    "@types/bull": "^3.15.8",
    "@types/lodash": "4.14.173",
    "@types/node": "^18.11.9",
    "aws-sdk": "^2.1199.0",
    "axios": "^1.1.3",
    "axios-retry": "^3.3.1",
    "bcryptjs": "^2.4.3",
    "bodybuilder": "^2.5.0",
    "bull": "4.8.5",
    "cache-manager": "^3.6.1",
    "cache-manager-redis-store": "^2.0.0",
    "camelcase-keys": "^8.0.1",
    "cheerio": "^1.0.0-rc.12",
    "cheerio-select": "^2.1.0",
    "class-transformer": "^0.5.1",
    "class-validator": "^0.13.2",
    "dayjs": "^1.11.5",
    "dotenv": "^16.0.1",
    "dynamoose": "3.1.0",
    "dynamoose-logger": "^3.1.0",
    "fast-xml-parser": "^4.0.9",
    "feed": "^4.2.2",
    "get-video-duration": "^4.1.0",
    "gradle-to-js": "^2.0.1",
    "graphql": "^15.3.0",
    "graphql-fields": "^2.0.3",
    "graphql-request": "^4.3.0",
    "graphql-scalars": "^1.17.0",
    "htmlparser2": "3.9.1",
    "ioredis": "^5.2.3",
    "js-md5": "^0.7.3",
    "js-sha256": "^0.9.0",
    "jsonframe-cheerio": "^3.0.1",
    "lodash": "^4.17.21",
    "map-keys-deep-lodash": "^1.2.4",
    "moment": "^2.29.4",
    "mongodb": "^4.11.0",
    "mongoose": "6.2.3",
    "nest-morgan": "^2.0.0",
    "nestjs-dynamoose": "0.5.0",
    "nestjs-dynamoose-redis": "workspace:^1.0.7",
    "nestjs-pino": "^3.1.1",
    "node-readability": "^3.0.0",
    "nodemailer": "^6.7.5",
    "nodemailer-sendgrid-transport": "^0.2.0",
    "php-serialize": "^4.0.2",
    "pino-http": "^8.2.0",
    "pino-pretty": "^9.1.1",
    "qs": "^6.11.0",
    "reflect-metadata": "^0.1.13",
    "requestretry": "^7.1.0",
    "rimraf": "^3.0.2",
    "rss-parser": "^3.12.0",
    "rxjs": "^7.2.0",
    "snake-case": "^3.0.4",
    "snakecase-keys": "^5.4.2",
    "split2": "^4.1.0",
    "tslib": "^2.4.1",
    "user-agents": "^1.0.1197",
    "uuid": "^8.3.2",
    "xmldom": "^0.6.0",
    "xpath": "0.0.32",
    "youtube-dl-exec-nocheck": "2.1.8"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^23.0.2",
    "@types/eslint": "^8.4.5",
    "@types/jest": "^28.1.6",
    "@types/prettier": "^2.6.3",
    "@typescript-eslint/eslint-plugin": "^5.30.6",
    "@typescript-eslint/parser": "^5.30.6",
    "eslint": "^8.19.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^28.1.3",
    "prettier": "^2.7.1",
    "rollup": "^2.77.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.32.1",
    "ts-jest": "^28.0.6",
    "ts-jest-resolver": "^2.0.0",
    "typedoc": "^0.23.7",
    "typedoc-plugin-markdown": "^3.13.3",
    "typescript": "^4.7.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/[repositoryOwner]/[repositoryName].git"
  },
  "keywords": [],
  "author": {
    "name": "[authorFullName]"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/[repositoryOwner]/[repositoryName]/issues"
  },
  "homepage": "https://github.com/[repositoryOwner]/[repositoryName]#readme"
}
