roman-standard-form
Version:
Helper functions for working with roman numerals.
38 lines (37 loc) • 891 B
JSON
{
"name": "roman-standard-form",
"version": "1.0.1",
"description": "Helper functions for working with roman numerals.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"test": "jest --coverage",
"prepublish": "tsc --project tsconfig.build.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aagarciga/roman-standard-form.git"
},
"keywords": [
"roman",
"numeric",
"numeral",
"decimal",
"toDecimal",
"fromDecimal"
],
"author": "Alex Alvarez Gárciga <aagarciga@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aagarciga/roman-standard-form/issues"
},
"homepage": "https://github.com/aagarciga/roman-standard-form#readme",
"devDependencies": {
"@types/jest": "^29.0.3",
"ts-jest": "^29.0.1",
"typescript": "^4.8.3"
}
}