{
  "name": "zero-decimal-currencies",
  "version": "1.2.0",
  "description": "Get the smallest currency unit even it is a Zero Decimal Currency",
  "main": "lib/index.js",
  "files": [
    "lib/"
  ],
  "keywords": [
    "zero-decimal",
    "currencies",
    "zero",
    "decimal",
    "currency",
    "stripe",
    "parse"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/KelvinCampelo/zero-decimal-currencies"
  },
  "scripts": {
    "build": "babel -d ./ ./src",
    "check": "npm outdated --depth 0",
    "coverage": "nyc --reporter=lcov --reporter=text --reporter=html npm test",
    "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "lint": "eslint src test",
    "test": "ava --require @babel/register",
    "validate": "npm run lint && npm test",
    "prepare": "npm run build && npm run validate",
    "pp": "npm run prepare",
    "major": "pmm major",
    "minor": "pmm minor",
    "patch": "pmm patch"
  },
  "author": {
    "name": "Kelvin Campelo",
    "email": "kelvsousa@gmail.com",
    "url": "https://github.com/KelvinCampelo"
  },
  "pre-commit": [
    "validate"
  ],
  "devDependencies": {
    "@ava/babel": "^1.0.1",
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.8.4",
    "@babel/plugin-syntax-function-bind": "^7.8.3",
    "@babel/preset-env": "^7.8.4",
    "@babel/register": "^7.8.3",
    "ava": "^3.3.0",
    "babel-eslint": "^10.0.3",
    "coveralls": "^3.0.9",
    "cz-conventional-changelog": "^3.1.0",
    "escope": "^3.6.0",
    "eslint": "^6.8.0",
    "nyc": "^15.0.0",
    "pmm": "^2.0.0",
    "pre-commit": "^1.1.2"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "ava": {
    "babel": true
  }
}