{ "name": "generate-timezone-json", "version": "0.2.34", "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://github.com/ayoayco/generate-timezone-json" }, "keywords": [ "timezones", "json", "iana" ], "author": "Ayo Ayco", "license": "ISC", "dependencies": { "@vvo/tzdb": "^6.184.0", "parse-zonetab": "^1.0.0" } }