27 lines
648 B
JSON
27 lines
648 B
JSON
{
|
|
"name": "generate-timezone-json",
|
|
"version": "0.2.27",
|
|
"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.157.0",
|
|
"parse-zonetab": "^1.0.0"
|
|
}
|
|
}
|