{
  "name": "timezone-soft",
  "version": "1.3.1",
  "author": "spencermountain",
  "description": "interpret abbreviated and informal timezone names",
  "main": "builds/timezone-soft.cjs",
  "module": "builds/timezone-soft.mjs",
  "unpkg": "builds/timezone-soft.min.cjs",
  "types": "types/index.d.ts",
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": {
      "require": "./builds/timezone-soft.cjs",
      "import": "./builds/timezone-soft.mjs",
      "default": "./builds/timezone-soft.cjs"
    }
  },
  "scripts": {
    "watch": "amble ./scratch.js",
    "pack": "node ./scripts/pack.js",
    "build": "npm run pack && node ./scripts/version.js && rollup -c && npm run filesize",
    "filesize": "node ./scripts/filesize.js",
    "test": "TESTENV=dev tape-es ./test/**/*.test.js | tap-dancer",
    "testb": "TESTENV=prod tape-es ./test/**/*.test.js | tap-dancer"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/spencermountain/timezone-soft.git"
  },
  "bugs": {
    "url": "https://github.com/spencermountain/timezone-soft/issues"
  },
  "homepage": "https://github.com/spencermountain/timezone-soft#readme",
  "files": [
    "builds",
    "types"
  ],
  "prettier": {
    "trailingComma": "none",
    "tabWidth": 2,
    "semi": false,
    "singleQuote": true,
    "printWidth": 120
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "13.0.2",
    "amble": "1.3.0",
    "efrt": "2.3.2",
    "rollup": "2.53.3",
    "rollup-plugin-terser": "7.0.2",
    "spacetime": "6.16.2",
    "tap-dancer": "0.3.4",
    "tape": "5.2.2",
    "tape-es": "1.2.15"
  },
  "license": "MIT"
}
