{
  "name": "wic-web",
  "version": "1.0.3",
  "description": "Advanced web scraper for downloading complete website themes with WordPress support and folder hierarchy",
  "main": "app.js",
  "scripts": {
    "start": "node app.js",
    "test": "node test.js",
    "example": "node test.js",
    "prepublishOnly": "npm test",
    "release": "npm version patch && git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seyfooksck/wic-web.git"
  },
  "homepage": "https://github.com/seyfooksck/wic-web#readme",
  "bugs": {
    "url": "https://github.com/seyfooksck/wic-web/issues"
  },
  "keywords": [
    "web-scraper",
    "website-downloader",
    "theme-scraper",
    "wordpress",
    "html-scraper",
    "wic-web",
    "seyfooksck",
    "website-themes",
    "folder-hierarchy",
    "cookie-support",
    "cms-scraper"
  ],
  "author": {
    "name": "seyfooksck.dev",
    "url": "https://seyfooksck.dev",
    "email": "contact@seyfooksck.dev"
  },
  "license": "MIT",
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "axios": "^1.7.2",
    "cheerio": "^1.0.0-rc.12",
    "fs-extra": "^11.1.1"
  }
}
