{
  "name": "@js-joda/timezone",
  "version": "2.25.1",
  "description": "iana tzdb timezone bindings for js-joda",
  "typings": "typings/js-joda-timezone.d.ts",
  "main": "dist/js-joda-timezone.js",
  "module": "dist/js-joda-timezone.esm.js",
  "files": [
    "dist",
    "src",
    "typings",
    "bower.json",
    "CHANGELOG.md",
    "README.md"
  ],
  "scripts": {
    "prepublishOnly": "npm run build-dist",
    "test": "NODE_ENV=test npx mocha --timeout 5000 --require @babel/register ./test/*Test.js ./test/**/*Test.js",
    "test-coverage": "NODE_ENV=test COVERAGE=1 npx nyc --report-dir=build/coverage --reporter=lcov --reporter html npx mocha --timeout 5000 --require @babel/register --reporter progress ./test/*Test.js ./test/**/*Test.js ./test/**/**/*Test.js",
    "test-browser": "npx karma start --reporters=dots --single-run",
    "test-ts-definitions": "TS_NODE_PROJECT='../../shared/ts-test-config.json' NODE_ENV=test mocha --timeout 5000 --require ts-node/register ./test/typescript_definitions/*.ts",
    "test-ci": "npm run build-dist && npm run test && npm run test-browser && npm run test-ts-definitions && npm run test-coverage",
    "build-dist": "npx rollup -c rollup.config.js",
    "transform-data": "node ./transform-data.js",
    "lint": "npx eslint ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/js-joda/js-joda.git"
  },
  "keywords": [
    "date",
    "time",
    "timezone"
  ],
  "nyc": {
    "sourceMap": false,
    "instrument": false
  },
  "author": "pithu",
  "contributors": [
    "pithu",
    "phueper"
  ],
  "peerDependencies": {
    "@js-joda/core": ">=5.7.0"
  },
  "devDependencies": {
    "@js-joda/core": "^6.0.1"
  },
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/js-joda/js-joda/issues"
  },
  "homepage": "https://js-joda.github.io/js-joda",
  "gitHead": "a7f1bec40afb1e84ffc0ce2d88d72d690fe72f6a"
}
