{
  "name": "st-scraper",
  "version": "1.3.0",
  "description": "Easy scraper for straits times articles",
  "main": "index.js",
  "scripts": {
    "test": "node index.js"
  },
  "keywords": [
    "sg",
    "singapore",
    "st",
    "straits times",
    "scraper",
    "news",
    "article"
  ],
  "author": "Zachary Lim <zacharylimjx@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "cheerio": "^0.22.0",
    "valid-url": "^1.0.9",
    "request": "^2.88.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ZacBytes/Straits-Times-Scraper.git"
  },
  "bugs": {
    "url": "https://github.com/ZacBytes/Straits-Times-Scraper/issues"
  },
  "homepage": "https://github.com/ZacBytes/Straits-Times-Scraper#readme"
}
