{
  "name": "@numerals/roman",
  "version": "0.0.2",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist/src/**/*.d.ts",
    "dist/src/**/*.js",
    "LICENSE",
    "CHANGELOG.md",
    "README.md"
  ],
  "author": "Amer Harb",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amerharb/numerals.git"
  },
  "homepage": "https://github.com/amerharb/numerals#readme",
  "url": "https://github.com/amerharb/numerals/issues",
  "email": "numerals@amerharb.com",
  "keywords": [
    "roman-numerals",
    "roman-numbers"
  ],
  "license": "ISC",
  "scripts": {
    "build": "rm -rf dist && tsc",
    "start": "node dist/src/index.js",
    "test": "jest",
    "make-coverage-badge": "npx make-coverage-badge --report-path coverage/coverage-summary.json --output-path badges/coverage.svg",
    "dev": "ts-node src/index.ts",
    "lint": "npx eslint . --max-warnings 0",
    "lint:fix": "npx eslint . --fix"
  },
  "bugs": {
    "url": "https://github.com/amerharb/numerals/issues"
  }
}