{
  "name": "cielo",
  "version": "2.4.4",
  "description": "Client para a API 3.0 da Cielo em node.js",
  "main": "dist/index.js",
  "scripts": {
    "test": "npx ts-node node_modules/tape/bin/tape tests/**/*.ts",
    "release": "standard-version",
    "postversion": "git push --follow-tags",
    "build": "npx tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/banzeh/cielo.git"
  },
  "keywords": [
    "cielo",
    "cartao",
    "credito",
    "debito",
    "mastercard",
    "visa",
    "pagamento",
    "pay",
    "recorrencia"
  ],
  "author": "Flavio Takeuchi <flavio@banzeh.com.br>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/banzeh/cielo/issues"
  },
  "homepage": "https://banzeh.github.io/cielo/",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.16.0",
    "@commitlint/cli": "^8.3.6",
    "@commitlint/config-conventional": "^8.3.6",
    "@types/tape": "^4.13.2",
    "cz-conventional-changelog": "^3.3.0",
    "husky": "^4.3.8",
    "jest": "^25.5.4",
    "standard-version": "^8.0.1",
    "tap-spec": "^5.0.0",
    "tape": "^4.13.2",
    "tape-promise": "^3.0.0",
    "ts-node": "^8.10.1",
    "typescript": "^3.9.10"
  },
  "dependencies": {
    "@types/node": "^12.12.14",
    "camelcase-keys": "^6.2.2",
    "typed-rest-client": "^1.8.6"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
