UNPKG

ethiopian-gregorian-date-converter

Version:

Library for converting between Ethiopian and Gregorian dates

27 lines (26 loc) 693 B
{ "name": "ethiopian-gregorian-date-converter", "version": "1.0.3", "description": "Library for converting between Ethiopian and Gregorian dates", "main": "dist/index.js", "author": "Biruk Ephrem", "license": "ISC", "scripts": { "dev": "nodemon src/index.ts", "build": "tsc", "release:patch": "npm version patch && git push --follow-tags", "release:minor": "npm version minor && git push --follow-tags", "release:major": "npm version major && git push --follow-tags" }, "keywords": [ "ethiopian", "gregorian", "date", "converter", "typescript" ], "types": "dist/index.d.ts", "devDependencies": { "typescript": "^5.8.3" } }