{
  "name": "@touch4it/currency-format",
  "version": "1.1.0",
  "description": "Currency formatter",
  "license": "MIT",
  "engines": {
    "node": ">=8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/touch4it/currency-format.git"
  },
  "bugs": {
    "url": "https://github.com/touch4it/currency-format/issues"
  },
  "homepage": "https://github.com/touch4it/currency-format",
  "author": "Touch4IT, s.r.o. <hi@touch4it.com> (https://touch4it.com/)",
  "contributors": [
    "Viktor Sulak <viktor.sulak@touch4it.com>"
  ],
  "keywords": [
    "currency",
    "currency formatter",
    "format",
    "formatter",
    "ISO 4217"
  ],
  "main": "index.js",
  "scripts": {
    "format-package": "npx format-package -w",
    "lint": "eslint index.js",
    "lint:fix": "eslint --fix index.js",
    "test": "npm run unit && npm run lint",
    "unit": "jest",
    "generate-d-ts": "npx typescript"
  },
  "maintainers": [
    "Viktor Sulak <viktor.sulak@touch4it.com>"
  ],
  "devDependencies": {
    "eslint": "^8.9.0",
    "jest": "^26.6.3"
  }
}
