UNPKG

roman-utils

Version:

Package for parsing ints to roman digit and roman digits to ints

41 lines (40 loc) 907 B
{ "name": "roman-utils", "version": "1.0.5", "description": "Package for parsing ints to roman digit and roman digits to ints", "license": "ISC", "author": "", "type": "commonjs", "main": "index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "exports": { "import": "./dist/index.js", "require": "./dist/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/pSkywalker/roman-utils.git" }, "bugs": { "url": "https://github.com/pSkywalker/roman-utils/issues" }, "homepage": "https://github.com/pSkywalker/roman-utils#readme", "keywords": [ "roman", "roman-numerals", "roman-to-int", "int-to-roman", "numeral-converter", "roman-parser", "roman-utility", "roman-numbers", "roman-converter", "romanizer" ] }