{
  "name": "abot-scraper",
  "version": "1.3.0",
  "description": "scraper random for downloader and searching",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist",
    "types"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "build": "tsup",
    "build:watch": "tsup --watch",
    "lint": "eslint src/**/*.ts --fix",
    "lint:check": "eslint src/**/*.ts",
    "type-check": "tsc --noEmit",
    "dev": "tsup --watch",
    "prepublishOnly": "npm run build",
    "test": "npm run lint:check && npm run type-check && npm run build",
    "publish:dry": "npm publish --dry-run"
  },
  "keywords": [
    "scraper",
    "downloader",
    "ytdownloader",
    "instagram",
    "youtube-dl",
    "youtube",
    "facebook",
    "tiktok",
    "social-media",
    "video-downloader",
    "dual-package",
    "esm",
    "commonjs",
    "typescript"
  ],
  "author": "Ahlul Mukhramin",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.5.1",
    "cheerio": "^1.0.0-rc.12",
    "qs": "^6.14.0"
  },
  "devDependencies": {
    "@types/node": "^22.15.27",
    "@types/qs": "^6.9.15",
    "eslint": "^9.0.0",
    "prettier": "^3.3.0",
    "tsup": "^8.5.0",
    "typescript": "^5.5.0",
    "typescript-eslint": "^8.0.0"
  }
}
