{
  "name": "jest-mock-now",
  "version": "1.3.0",
  "description": "Date.now() as deterministic Jest mock function.",
  "main": "index.js",
  "scripts": {
    "precommit": "lint-staged",
    "prettier": "prettier '**/*.{js,json}'",
    "prettier:fix": "yarn prettier --write",
    "test": "jest"
  },
  "lint-staged": {
    "*.js": [
      "prettier --single-quote --write",
      "git add"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mattiaerre/jest-mock-now.git"
  },
  "keywords": [
    "date",
    "jest",
    "mock",
    "now"
  ],
  "author": {
    "name": "Mattia Richetto",
    "email": "mattia.richetto@gmail.com",
    "url": "https://mattiaerre.github.io/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mattiaerre/jest-mock-now/issues"
  },
  "homepage": "https://github.com/mattiaerre/jest-mock-now#readme",
  "devDependencies": {
    "eslint": "^5.12.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-prettier": "^3.0.1",
    "eslint-plugin-react": "^7.12.3",
    "husky": "^1.3.1",
    "jest-cli": "^25.1.0",
    "lint-staged": "^8.1.0",
    "prettier": "^1.19.1"
  },
  "jest": {
    "setupFiles": [
      "./setup-jest.js"
    ]
  },
  "contributors": [
    {
      "name": "danigb",
      "email": "danigb@gmail.com",
      "url": "https://github.com/danigb"
    }
  ]
}
