{
	"name": "@marcosouvereyns/cjdropshipping-product-scraper",
	"version": "1.0.4",
	"description": "Get cjdropshipping product details as a json reponse including feedbacks, variants, description, images, etc.,",
	"main": "index.js",
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1",
		"start": "node ./examples/example.js"
	},
	"keywords": [
		"cjdropshipping",
		"cjdropshipping-crawler",
		"cjdropshipping-spider",
		"cjdropshipping-api",
		"cjdropshipping-dropship",
		"cjdropshipping-dropshipping",
		"dropship",
		"dropshipping",
		"cjdropshipping-scraper",
		"cjdropshipping-product-scraper",
		"cjdropshipping-product-json",
		"product-scraper",
		"product-json",
		"scraper",
		"crawler",
		"spider"
	],
	"author": "Marco Souvereyns",
	"license": "MIT",
	"type": "module",
	"dependencies": {
		"cheerio": "^1.0.0-rc.12",
		"faker": "^6.6.6",
		"node-fetch": "^3.3.0",
		"puppeteer": "^19.4.0"
	}
}
