generate-timezone-json/package.json
2023-12-23 19:18:16 +01:00

26 lines
607 B
JSON

{
"name": "generate-timezone-json",
"version": "0.2.16",
"bin": "./index.js",
"description": "Generate JSON file containing timezones from a tab file or the official IANA database",
"main": "index.js",
"scripts": {
"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.122.0",
"parse-zonetab": "^1.0.0"
}
}