generate-timezone-json/package.json
2022-09-19 11:34:11 +02:00

27 lines
568 B
JSON

{
"name": "generate-timezone-json",
"version": "0.0.1",
"description": "Generate JSON file containing timezones from a tab file or the official IANA database",
"main": "index.js",
"scripts": {
"test": "generate-timezone-json --tab-file zone.tab"
},
"repository": {
"type": "git",
"url": "github.com/ayoayco/generate-timezone-json"
},
"keywords": [
"timezones",
"json",
"timezones",
"tab",
"timezones",
"iana",
"db",
"timezones",
"iana",
"database"
],
"author": "Ayo Ayco",
"license": "ISC"
}