{
  "name": "od",
  "version": "6.0.2",
  "description": "Oh dear, another date library",
  "main": "index.js",
  "types": "index.js",
  "sideEffects": false,
  "scripts": {
    "benchmark": "ts-node perf/add.ts",
    "build": "tsc --build .",
    "clean": "rm -rf -- lib",
    "test": "c8 node --require ts-node/register --test test/property/* test/unit/* && npm run size",
    "size": "size-limit",
    "prepublishOnly": "scripts/bundle"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/strong-roots-capital/od.git"
  },
  "keywords": [
    "date"
  ],
  "author": "Eric Crosson <eric.s.crosson@utexas.edu> (https://github.com/strong-roots-capital)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/strong-roots-capital/od/issues"
  },
  "homepage": "https://github.com/strong-roots-capital/od",
  "devDependencies": {
    "@size-limit/preset-small-lib": "8.2.4",
    "@types/benchmark": "2.1.2",
    "@types/node": "18.16.5",
    "benchmark": "2.1.4",
    "c8": "7.13.0",
    "fast-check": "3.8.1",
    "fp-ts": "2.14.0",
    "microtime": "3.1.1",
    "size-limit": "8.2.4",
    "ts-node": "10.9.1",
    "ts-pattern": "4.2.3",
    "tslib": "2.5.0",
    "typescript": "4.9.5"
  },
  "files": [
    "*.js",
    "*.js.map",
    "*.d.ts",
    "*.d.ts.map"
  ],
  "publishConfig": {
    "access": "public"
  },
  "size-limit": [
    {
      "path": "lib/src/index.js",
      "limit": "2.50 KB"
    }
  ]
}
