UNPKG

faerun-date

Version:

Convert real-world dates into the Forgotten Realms (Faerûn) calendar format

32 lines (31 loc) 1 kB
{ "name": "faerun-date", "version": "0.1.9", "description": "Convert real-world dates into the Forgotten Realms (Faerûn) calendar format", "main": "src/index.js", "exports": { ".": { "import": "./src/index.js", "require": "./src/index.js" } }, "bin": { "faerun-compare-weeks": "./bin/compare-weeks.js" }, "scripts": { "release:patch": "npm version patch --sign-git-tag && git push && git push --follow-tags && npm publish --access public", "release:minor": "npm version minor --sign-git-tag && git push && git push --follow-tags && npm publish --access public", "release:major": "npm version major --sign-git-tag && git push && git push --follow-tags && npm publish --access public" }, "keywords": [ "dnd", "forgotten-realms", "calendar", "faerun", "date", "fantasy", "rpg" ], "author": "Cantilux", "license": "MIT" }