febraban-bank-holidays
Version:
TypeScript library to calculate bank holidays in Brazil (FEBRABAN)
65 lines (64 loc) • 1.81 kB
JSON
{
"name": "febraban-bank-holidays",
"version": "1.2.0",
"description": "TypeScript library to calculate bank holidays in Brazil (FEBRABAN)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"prepublishOnly": "npm run build",
"lint": "eslint \"src/**/*.ts\"",
"lint:fix": "eslint \"src/**/*.ts\" --fix",
"prepare": "npx husky install"
},
"keywords": [
"febraban",
"bank",
"holidays",
"feriados",
"bancários",
"brasil",
"brazil",
"typescript"
],
"author": "Giovanne Tarcitano",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.2",
"@semantic-release/release-notes-generator": "^14.0.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^8.35.1",
"@typescript-eslint/parser": "^8.35.1",
"eslint": "^9.30.1",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.1",
"husky": "^9.1.7",
"jest": "^29.7.0",
"prettier": "^3.6.2",
"semantic-release": "^24.2.6",
"ts-jest": "^29.1.2",
"typescript": "^5.4.3",
"typescript-eslint": "^8.35.1"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/Gitarcitano/febraban-bank-holidays.git"
},
"bugs": {
"url": "https://github.com/Gitarcitano/febraban-bank-holidays/issues"
},
"homepage": "https://github.com/Gitarcitano/febraban-bank-holidays#readme"
}