UNPKG

kenat

Version:

A JavaScript library for the Ethiopian calendar with date and time support.

52 lines (51 loc) 1.37 kB
{ "name": "kenat", "version": "2.2.0", "description": "A JavaScript library for the Ethiopian calendar with date and time support.", "main": "src/index.js", "type": "module", "scripts": { "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js", "docs": "jsdoc -c jsdoc.json", "release:patch": "npm version patch && git push && git push --tags && npm publish", "release:minor": "npm version minor && git push && git push --tags && npm publish", "release:major": "npm version major && git push && git push --tags && npm publish" }, "keywords": [ "ethiopian", "calendar", "ethiopian calendar", "date", "time", "kenat", "habesha", "zemen", "ethiopian date", "geez calendar", "ethiopian calendar library", "amharic calendar", "date converter", "calendar converter", "ethiopian holidays", "react calendar", "js calendar", "javascript calendar", "calendar component", "Bahire Hasab", "Abushakir" ], "author": "Melaku Demeke", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/MelakuDemeke/kenat.git" }, "bugs": { "url": "https://github.com/MelakuDemeke/kenat/issues" }, "homepage": "https://www.kenat.systems/", "devDependencies": { "jest": "^29.7.0", "jsdoc": "^4.0.4" } }