generate-timezone-json/package.json
2025-09-26 12:24:27 +02:00

27 lines
648 B
JSON

{
"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"
}
}