hellenic-holidays
Version:
A modern TypeScript package for Greek holidays and Orthodox celebrations
45 lines (44 loc) • 1.25 kB
JSON
{
"name": "hellenic-holidays",
"description": "A modern TypeScript package for Greek holidays and Orthodox celebrations",
"version": "1.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "del-cli dist \"tests/**/*.js\" \"tests/**/*.js.map\"",
"build": "npm run clean && tsc",
"test": "jest --config jest.config.ts",
"test:watch": "jest --config jest.config.ts --watch",
"test:coverage": "jest --config jest.config.ts --coverage",
"prepare": "npm run build"
},
"keywords": [
"greece",
"hellenic",
"holidays",
"calendar",
"dates",
"orthodox",
"easter"
],
"author": "Ilias Thalassochoritis",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.10.5",
"del-cli": "^6.0.0",
"jest": "^29.7.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eliac7/hellenic-holidays.git"
},
"bugs": {
"url": "https://github.com/eliac7/hellenic-holidays/issues"
},
"homepage": "https://github.com/eliac7/hellenic-holidays#readme"
}