{
  "name": "flipkart-scraper",
  "version": "2.0.0",
  "main": "dist/index.js",
  "repository": "https://github.com/hi-imcodeman/flipkart-scraper.git",
  "author": "Asraf Ali <asraf.cse@gmail.com>",
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "coverage": "jest --coverage",
    "docs": "typedoc",
    "gpr-setup": "node ./scripts/setup-gpr.js",
    "lint": "eslint . --ext .ts"
  },
  "lint-staged": {
    "src/**/*.{ts,tsx,js,jsx}": [
      "yarn lint --fix",
      "git add"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged && yarn coverage"
    }
  },
  "devDependencies": {
    "@types/jest": "^25.2.3",
    "@types/numeral": "^2.0.0",
    "@typescript-eslint/eslint-plugin": "^3.0.2",
    "@typescript-eslint/parser": "^3.0.2",
    "eslint": "^7.1.0",
    "husky": "^4.2.5",
    "jest": "^26.0.1",
    "lint-staged": "^10.2.7",
    "ts-jest": "^26.0.0",
    "ts-loader": "^7.0.4",
    "typedoc": "^0.20.24",
    "typescript": "^3.9.3"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "deepdash": "^5.0.3",
    "fastq": "^1.8.0",
    "numeral": "^2.0.6"
  },
  "keywords": [
    "flipkart",
    "flipkart scraper",
    "scraper",
    "crawler",
    "ecommerce",
    "products scraper",
    "shopping",
    "indian online shopping",
    "flipkart affiliate api",
    "flipkart affiliate api client",
    "affiliate api",
    "affiliate client",
    "flipkart affiliate client",
    "flipkart client",
    "affiliate",
    "client",
    "nodejs",
    "typescript",
    "flipkart api"
  ],
  "bugs": {
    "url": "https://github.com/hi-imcodeman/flipkart-scraper/issues"
  },
  "homepage": "https://hi-imcodeman.github.io/flipkart-scraper"
}
