{
  "name": "generate-timezone-json",
  "version": "0.2.43",
  "bin": "./index.js",
  "description": "Generate JSON file containing timezones from a tab file or the official IANA database",
  "main": "index.js",
  "scripts": {
    "preinstall": "npx only-allow pnpm",
    "start": "node .",
    "test": "generate-timezone-json --tab-file zone.tab"
  },
  "repository": {
    "type": "git",
    "url": "https://git.ayo.run/ayo/generate-timezone-json"
  },
  "keywords": [
    "timezones",
    "json",
    "iana"
  ],
  "author": "Ayo Ayco",
  "license": "ISC",
  "dependencies": {
    "@vvo/tzdb": "^6.198.0",
    "parse-zonetab": "^1.0.0"
  }
}
