{
  "name": "spacetime",
  "version": "7.1.4",
  "description": "figure-out dates across timezones",
  "main": "src/index.js",
  "unpkg": "builds/spacetime.min.js",
  "types": "types/index.d.ts",
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": {
      "require": "./builds/spacetime.cjs",
      "import": "./src/index.js"
    }
  },
  "scripts": {
    "build": "npm run pack && npm run version && rollup -c --silent",
    "build:tz": "node ./scripts/updateZonefile.js",
    "pack": "node ./zonefile/pack.js",
    "version": "node ./scripts/version.js",
    "watch": "amble ./scratch.js",
    "test": "TESTENV=dev tape ./test/**/*.test.js | tap-dancer  --color always",
    "testb": "TESTENV=prod tape ./test/**/*.test.js | tap-dancer  --color always",
    "test:types": "ts-node ./test/types/index.ts | tap-dancer  --color always",
    "coverage": "nyc -r lcov -n 'src/**/*' -n 'plugins/**/*' npm run coverage:tests",
    "coverage:tests": "npm run test",
    "codecov": "npm run coverage && codecov -t 411de6c7-82d2-41e9-a1cc-9096cdab6c72",
    "lint": "eslint ./src --ext .js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/spencermountain/spacetime.git"
  },
  "files": [
    "src",
    "builds",
    "api",
    "types",
    "zonefile"
  ],
  "prettier": {
    "trailingComma": "none",
    "tabWidth": 2,
    "semi": false,
    "singleQuote": true,
    "printWidth": 100
  },
  "devDependencies": {
    "codecov": "3.8.3",
    "nyc": "^15.1.0",
    "rollup": "2.70.2",
    "rollup-plugin-commonjs": "10.1.0",
    "rollup-plugin-filesize-check": "0.0.1",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "5.2.0",
    "rollup-plugin-terser": "7.0.2",
    "shelljs": "0.8.5",
    "tap-dancer": "0.3.4",
    "tape": "5.5.3",
    "timekeeper": "2.2.0"
  },
  "license": "Apache-2.0"
}
