shopify-product-scraper
Version:
A lightweight JavaScript library for scraping products from Shopify stores. This package provides a simple and efficient way to extract product data from Shopify websites.
34 lines (33 loc) • 669 B
JSON
{
"name": "shopify-product-scraper",
"version": "1.8.0",
"author": "MMinusOne",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"type": "module",
"categories": [
"Other"
],
"keywords": [
"Shopify",
"API",
"SDK",
"Scraper",
"Shopify Products",
"Products",
"Data"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts"
},
"repository": {
"url": "https://github.com/MMinusOne/shopify-product-scraper"
},
"devDependencies": {
"tsup": "^8.3.5",
"typescript": "^5.7.3"
},
"description": "",
"license": "MIT"
}