{
  "name": "romans",
  "version": "3.0.0",
  "description": "A small, no-dependency lib for converting to and from roman numerals",
  "main": "romans.js",
  "types": "romans.d.ts",
  "repository": "git@github.com:qbunt/romans.git",
  "keywords": [
    "roman",
    "translation",
    "numerals"
  ],
  "scripts": {
    "test": "jest",
    "ci": "jest --coverage",
    "test-with-coverage": "jest --coverage && cat ./coverage/lcov.info | codacy-coverage"
  },
  "jest": {
    "coverageDirectory": "./coverage/",
    "collectCoverage": true
  },
  "author": "qbunt",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/qbunt/romanize/issues"
  },
  "homepage": "https://github.com/qbunt/romanize#readme",
  "devDependencies": {
    "eslint": "^9.17.0",
    "fast-check": "^3.23.2",
    "jest": "^29.7.0",
    "prettier": "^3.4.2"
  }
}
