{
  "name": "is-x-time",
  "version": "1.0.1",
  "description": "Returns boolean for various time-of-day queries such as isNight and isBusinessHours",
  "browser": "dist/web.is-x-time.js",
  "main": "dist/is-x-time.js",
  "module": "dist/is-x-time.es.js",
  "types": "dist/is-x-time.d.ts",
  "exports": {
    ".": {
      "import": "./dist/is-x-time.mjs",
      "require": "./dist/is-x-time.js"
    },
    "./package.json": "./package.json"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "rm -rf dist/* && rollup -c",
    "prepublish": "tsc",
    "lint": "eslint . --ext .ts --fix",
    "test": "TZ=utc jest",
    "prepare": "husky install",
    "release": "release-it"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fograi/is-x-time.git"
  },
  "keywords": [
    "time",
    "date",
    "now",
    "time-of-day",
    "day",
    "night",
    "morning",
    "afternoon",
    "evening",
    "business hours",
    "shift work hours"
  ],
  "author": "Marty McFly <dev@fogr.ai> (fogr.ai)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/fograi/is-x-time/issues"
  },
  "homepage": "https://github.com/fograi/is-x-time#readme",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^22.0.0",
    "@types/jest": "^27.4.1",
    "@types/node": "^17.0.21",
    "@typescript-eslint/eslint-plugin": "^5.19.0",
    "@typescript-eslint/parser": "^5.19.0",
    "eslint": "^8.13.0",
    "husky": "^7.0.0",
    "jest": "^27.5.1",
    "lint-staged": "^12.3.7",
    "release-it": "^14.14.0",
    "rollup": "^2.70.0",
    "rollup-plugin-filesize": "^9.1.2",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.31.2",
    "ts-jest": "^27.1.3",
    "ts-node": "^10.7.0",
    "tslib": "^2.3.1",
    "typescript": "^4.6.2"
  },
  "engines": {
    "node": ">=12"
  },
  "lint-staged": {
    "*.ts": "eslint --cache --fix"
  }
}
