UNPKG

its-thursday

Version:

A simple utility to check if a given date is Thursday

46 lines (45 loc) 1.06 kB
{ "name": "its-thursday", "version": "1.1.1", "description": "A simple utility to check if a given date is Thursday", "main": "src/index.js", "scripts": { "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "prepublishOnly": "npm test", "version:patch": "npm version patch", "version:minor": "npm version minor", "version:major": "npm version major", "publish:dry-run": "npm publish --dry-run" }, "keywords": [ "date", "thursday", "weekday", "utility" ], "author": "Miguel Ángel Sánchez Chordi", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/mangelsnc/its-thursday" }, "bugs": { "url": "https://github.com/mangelsnc/its-thursday/issues" }, "homepage": "https://github.com/mangelsnc/its-thursday#readme", "devDependencies": { "jest": "^29.7.0" }, "jest": { "testEnvironment": "node", "collectCoverageFrom": [ "src/**/*.js" ] }, "files": [ "src/", "README.md" ] }