{
  "name": "ipl-ticket-watcher",
  "version": "1.0.3",
  "description": "IPL ticket watcher (RCB-optimized) - Notifies when tickets go live",
  "main": "src/index.js",
  "exports": {
    ".": "./src/index.js",
    "./package.json": "./package.json"
  },
  "types": "types/index.d.ts",
  "scripts": {
    "start": "node src/index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "ipl-ticket-watcher": "src/index.js"
  },
  "keywords": ["ipl", "rcb", "cricket", "tickets"],
  "author": "YourName",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.6.0",
    "cheerio": "^1.0.0-rc.12",
    "discord-webhook-node": "^1.1.8",
    "dotenv": "^16.3.1",
    "nodemailer": "^6.9.1"
  },
   "repository": {
    "type": "git",
    "url": "https://github.com/anirudhf/ipl-ticket-watcher.git"
  },
  "bugs": {
    "url": "https://github.com/anirudhf/ipl-ticket-watcher/issues"
  },
  "homepage": "https://github.com/anirudhf/ipl-ticket-watcher#readme"
}