@apify-scrapers/shared
Version:
Shared utilities and constants for Apify scrapers
43 lines • 1.03 kB
JSON
{
"name": "@apify-scrapers/shared",
"version": "1.0.0",
"type": "module",
"description": "Shared utilities and constants for Apify scrapers",
"main": "src/index.js",
"exports": {
".": "./src/index.js",
"./utils": "./src/utils/index.js",
"./constants": "./src/constants/index.js",
"./types": "./src/types/index.js"
},
"scripts": {
"test": "jest",
"lint": "eslint src/",
"build": "echo 'No build step needed for shared module'"
},
"dependencies": {
"csv-stringify": "^6.4.5"
},
"devDependencies": {
"jest": "^29.0.0",
"eslint": "^8.0.0"
},
"keywords": [
"apify",
"scraper",
"ecommerce",
"shopee",
"lazada",
"web-scraping"
],
"author": "apify-ninnja",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/apify-ninnja/apify-scrapers.git"
},
"bugs": {
"url": "https://github.com/apify-ninnja/apify-scrapers/issues"
},
"homepage": "https://github.com/apify-ninnja/apify-scrapers#readme"
}