{
  "name": "timezone-dst-info",
  "version": "1.0.6",
  "description": "Get current datetime, DST status, and UTC offset for a given timezone.",
  "main": "dist/index.js",
  "files": [
    "dist/",
    "README.md"
  ],
  "bin": {
    "timezone-dst-info": "bin/cli.js"
  },
  "scripts": {
    "build": "javascript-obfuscator src/ --output dist/ --compact true --self-defending true"
  },
  "keywords": [
    "MK",
    "Mayur",
    "Kmphitech",
    "TechLead",
    "timezone",
    "DST",
    "UTC",
    "luxon"
  ],
  "author": "Mayur Malani",
  "license": "MIT",
  "dependencies": {
    "luxon": "^3.4.3"
  },
  "devDependencies": {
    "javascript-obfuscator": "^4.1.1"
  }
}