42 lines
839 B
JSON
42 lines
839 B
JSON
{
|
|
"author": {
|
|
"email": "tzlookup@photostructure.com",
|
|
"name": "PhotoStructure, Inc."
|
|
},
|
|
"description": "fast time zone lookup",
|
|
"devDependencies": {
|
|
"geo-tz": "^8.1.4",
|
|
"inhabited": "^2.0.3",
|
|
"luxon": "^3.5.0",
|
|
"mocha": "^11.1.0",
|
|
"prettier": "^3.4.2",
|
|
"uglify-js": "^3.19.3"
|
|
},
|
|
"keywords": [
|
|
"tz",
|
|
"timezone",
|
|
"time zone"
|
|
],
|
|
"license": "CC0-1.0",
|
|
"main": "tz.js",
|
|
"name": "@photostructure/tz-lookup",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"release-it": {
|
|
"github": {
|
|
"release": true
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com:photostructure/tz-lookup.git"
|
|
},
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"prettier": "prettier --write test.js tz_template.js pack.js"
|
|
},
|
|
"version": "11.2.0"
|
|
}
|