{
  "name": "@binochoi/aliexpress-scraper",
  "version": "1.0.9",
  "description": "fork of https://github.com/sudheer-ranga/aliexpress-product-scraper",
  "main": "index.js",
  "private": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "aliexpress",
    "aliexpress-crawler",
    "aliexpress-spider",
    "aliexpress-api",
    "aliexpress-dropship",
    "aliexpress-dropshipping",
    "dropship",
    "dropshipping",
    "aliexpress-scraper",
    "aliexpress-product-scraper",
    "aliexpress-product-json",
    "product-scraper",
    "product-json",
    "scraper",
    "crawler",
    "spider"
  ],
  "author": "Sudheer Ranga",
  "license": "MIT",
  "dependencies": {
    "cheerio": "^1.0.0-rc.10",
    "faker": "^5.5.3",
    "node-fetch": "^2.6.1",
    "puppeteer": "^10.0.0"
  },
  "devDependencies": {
    "@types/puppeteer": "^7.0.4"
  }
}
