timezones-list
Version:
List of all timezones
34 lines (33 loc) • 745 B
JSON
{
"name": "timezones-list",
"version": "3.1.0",
"description": "List of all timezones",
"author": "Om Srivastava",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist"
],
"homepage": "https://github.com/omsrivastava/timezones#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/omsrivastava/timezones.git"
},
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": {
"url": "https://github.com/omsrivastava/timezones/issues"
},
"keywords": [
"timezones",
"timezone",
"utc",
"GMT"
],
"devDependencies": {
"@tsconfig/node14": "^1.0.0",
"typescript": "^4.2.4"
}
}