UNPKG

slovak-holidays

Version:
46 lines (45 loc) 1 kB
{ "name": "slovak-holidays", "version": "1.0.1", "description": "Slovak public holidays", "main": "index.js", "scripts": { "lint": "./node_modules/.bin/eslint . --fix --color", "prepublishOnly": "npm run lint && npm run test", "test": "./node_modules/.bin/jest" }, "keywords": [ "holiday", "slovak", "holidays" ], "author": "Pavol Pidanič <pavol@pidanic.com>", "license": "MIT", "repository": "https://gitlab.com/paulnoth/slovak-holidays.git", "devDependencies": { "eslint": "^5.14.1", "jest": "^24.1.0" }, "jest": { "verbose": true, "testMatch": [ "**/tests/**/*.spec.js" ], "testPathIgnorePatterns": [ "/node_modules/" ], "collectCoverage": true, "collectCoverageFrom": [ "**/src/**/*.js" ], "coverageDirectory": "./coverage", "coverageThreshold": { "global": { "branches": 80, "functions": 80, "lines": 80, "statements": 80 } } } }