e-scraper
Version:
Collect products, reviews, locations from a different E-Commerce stores. Currently supporting Target.Com and soon more.
60 lines (59 loc) • 1.84 kB
JSON
{
"name": "e-scraper",
"description": "Collect products, reviews, locations from a different E-Commerce stores. Currently supporting Target.Com and soon more.",
"version": "0.0.1",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
"build": "rimraf build && tsc",
"docker:build": "tsc",
"format": "prettier --config ./.prettierrc.js --write './src/**/*.ts'",
"lint": "eslint ./src/**/*.ts"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/drawrowfly/e-scraper.git"
},
"keywords": [
"target",
"store",
"scraper",
"product",
"reviews",
"location",
"API"
],
"author": "drawRowFly",
"license": "MIT",
"bugs": {
"url": "https://github.com/drawrowfly/e-scraper/issues"
},
"homepage": "https://github.com/drawrowfly/e-scraper#readme",
"dependencies": {
"async": "^3.2.0",
"bluebird": "^3.7.2",
"node-fetch": "^2.6.0",
"yargs": "^15.3.1"
},
"devDependencies": {
"@types/async": "^3.2.3",
"@types/bluebird": "^3.5.32",
"@types/json2csv": "^5.0.1",
"@types/node-fetch": "^2.5.7",
"@types/ora": "^3.2.0",
"@types/request-promise": "^4.1.46",
"@types/yargs": "^15.0.5",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"eslint": "^7.1.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"ts-jest": "^26.0.0",
"ts-node": "^8.10.1",
"typescript": "^3.9.3"
}
}