ethioholiday
Version:
A comprehensive Ethiopian holidays calculator that works with both Ethiopian and Gregorian calendar systems
51 lines (50 loc) • 1.19 kB
JSON
{
"name": "ethioholiday",
"version": "1.0.4",
"description": "A comprehensive Ethiopian holidays calculator that works with both Ethiopian and Gregorian calendar systems",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"README.md"
]
,
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc",
"test": "jest",
"format": "prettier --write src/**/*.ts test/**/*.ts",
"lint": "eslint src/**/*.ts test/**/*.ts"
},
"keywords": [
"ethiopia",
"holidays",
"calendar",
"ethiopian-calendar",
"festivals",
"easter",
"enkutatash"
],
"author": "Yared Abebe",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yaredabebe/ethioholiday.git"
},
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^9.0.0",
"jest": "^30.0.5",
"prettier": "^3.0.0",
"ts-jest": "^29.4.0",
"typescript": "^5.0.0"
},
"dependencies": {
"ethiopian-calendar-new": "^1.0.6"
}
}