timezone-data
Version:
This is a list of time zones from release 2022b of the tz database.
38 lines (37 loc) • 792 B
JSON
{
"name": "timezone-data",
"version": "0.1.9",
"description": "This is a list of time zones from release 2022b of the tz database.",
"author": "Mauro Gava",
"license": "MIT",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maurogava/tzlist.git"
},
"homepage": "https://github.com/maurogava/tzlist#readme",
"bugs": {
"url": "https://github.com/maurogava/tzlist/issues"
},
"keywords": [
"timezone",
"timezones",
"tz",
"time",
"zone",
"zones",
"list",
"data",
"iana",
"array",
"GMT"
],
"devDependencies": {
"@tsconfig/node18": "^1.0.1",
"typescript": "^4.7.4"
}
}