{
  "name": "@mobily/re-date",
  "description": "📆 A collection of useful helpers for handling dates in Reason with the same modern API as the well-known `date-fns`.",
  "version": "0.10.0",
  "scripts": {
    "dev": "bsb -make-world -w",
    "clean": "bsb -clean-world",
    "build": "bsb -make-world",
    "test": "jest --coverage",
    "generate:toc": "node ./scripts/generate-toc.js",
    "generate:contributors": "yarn all-contributors generate"
  },
  "license": "MIT",
  "keywords": [
    "reason",
    "reasonml",
    "date",
    "time",
    "datetime",
    "bucklescript"
  ],
  "files": [
    "src/*.re*",
    "bsconfig.json"
  ],
  "author": "mobily",
  "homepage": "https://github.com/mobily/re-date#readme",
  "bugs": "https://github.com/mobily/re-date/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/mobily/re-date.git"
  },
  "dependencies": {},
  "devDependencies": {
    "@glennsl/bs-jest": "^0.4.9",
    "all-contributors-cli": "^6.13.0",
    "bs-platform": "^7.0.1",
    "coveralls": "^3.0.9",
    "markdown-contents": "^1.0.11",
    "ramda": "^0.26.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "jest": {
    "verbose": true,
    "bail": true,
    "moduleFileExtensions": [
      "js"
    ],
    "testMatch": [
      "**/__tests__/*_test.bs.js"
    ],
    "modulePathIgnorePatterns": [
      "/es6/"
    ]
  }
}
