cityssm/string-to-numeric

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@cityssm/string-to-numeric",
  "version": "1.0.0",
  "type": "module",
  "description": "Parses formatted numeric strings into numbers. Handles cases parseFloat() misses.",
  "exports": "./index.js",
  "scripts": {
    "test": "node --test",
    "coverage": "c8 --reporter=lcov --reporter=text --reporter=text-summary node --test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cityssm/string-to-numeric.git"
  },
  "keywords": [
    "parseint",
    "parsefloat",
    "numbers",
    "accounting"
  ],
  "author": "The Corporation of the City of Sault Ste. Marie",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cityssm/string-to-numeric/issues"
  },
  "homepage": "https://github.com/cityssm/string-to-numeric#readme",
  "devDependencies": {
    "@types/node": "^22.7.0",
    "eslint-config-cityssm": "^9.0.1",
    "prettier-config-cityssm": "^1.0.0"
  }
}