{
  "name": "google-news-decoder",
  "version": "1.0.1",
  "description": "Decode Google News article URLs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abhir9/google-news-decoder.git"
  },
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "keywords": [
    "google-news",
    "url-decoder",
    "news-parser"
  ],
  "author": "Abhimanyu Singh Rathore",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.6.0",
    "cheerio": "^1.0.0"
  }
}
