@centrapay/jest-date-matchers
Version:
Centrapay Jest date matchers
36 lines (35 loc) • 827 B
JSON
{
"name": "@centrapay/jest-date-matchers",
"version": "1.1.3",
"description": "Centrapay Jest date matchers",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint ."
},
"keywords": [
"jest",
"expect",
"assert",
"matchers",
"date",
"iso8601",
"threshold"
],
"author": "Nathan Jones <nathan.jones@centrapay.com>",
"contributors": [],
"license": "Apache-2.0",
"homepage": "https://github.com/centrapay/jest-date-matchers",
"repository": "https://github.com/centrapay/jest-date-matchers.git",
"devDependencies": {
"eslint": "^8.0.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"jest": "29.7.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34"
},
"dependencies": {
"expect": "^29.7.0"
}
}