{
  "name": "@photostructure/tz-lookup",
  "version": "11.5.0",
  "description": "fast time zone lookup",
  "keywords": [
    "timezone",
    "time zone",
    "tz",
    "latitude",
    "longitude",
    "coordinates",
    "geolocation",
    "geo",
    "iana"
  ],
  "license": "CC0-1.0",
  "author": {
    "email": "tzlookup@photostructure.com",
    "name": "PhotoStructure, Inc."
  },
  "main": "tz.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "mocha",
    "prettier": "prettier --write package.json test.js tz_template.js pack.js",
    "install:pinact": "go install github.com/suzuki-shunsuke/pinact/cmd/pinact@latest",
    "update": "npm-check-updates --upgrade --install always && pinact run -u ",
    "release": "release-it"
  },
  "devDependencies": {
    "geo-tz": "^8.1.5",
    "inhabited": "^2.0.3",
    "luxon": "^3.7.2",
    "mocha": "^11.7.5",
    "npm-check-updates": "^19.6.3",
    "prettier": "^3.8.1",
    "release-it": "^19.2.4",
    "uglify-js": "^3.19.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/photostructure/tz-lookup.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "# release-it.npm.skipChecks": "Required for OIDC Trusted Publishing - bypasses npm auth checks since OIDC handles authentication automatically. See: https://github.com/release-it/release-it/issues/1244 and https://docs.npmjs.com/trusted-publishers#supported-cicd-providers",
  "release-it": {
    "git": {
      "requireBranch": "main",
      "commitMessage": "chore(package): Release ${version}",
      "tagName": "${version}",
      "commitArgs": "--gpg-sign",
      "tagArgs": "--sign"
    },
    "github": {
      "release": true
    },
    "npm": {
      "publish": true,
      "skipChecks": true
    }
  }
}
