{
  "name": "@mollie/api-client",
  "version": "4.5.0",
  "license": "BSD-3-Clause",
  "description": "Official Mollie API client for Node",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mollie/mollie-api-node.git"
  },
  "keywords": [
    "mollie",
    "payment",
    "service",
    "provider",
    "api",
    "client",
    "payments",
    "gateway"
  ],
  "main": "dist/mollie.cjs.js",
  "module": "dist/mollie.esm.js",
  "jsnext:main": "dist/mollie.esm.js",
  "types": "dist/types/types.d.ts",
  "engines": {
    "node": ">=8"
  },
  "scripts": {
    "prepack": "yarn build",
    "prepare": "yarn build",
    "commit": "git-cz",
    "prepush": "yarn test",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:cov": "jest --coverage",
    "test:unit:cov": "jest ./tests/unit --coverage",
    "build": "yarn build:library && yarn build:declarations",
    "build:library": "rollup --config rollup.config.js",
    "build:declarations": "tsc --project tsconfig-declarations.json",
    "lint:prettier": "prettier --write \"{src,tests,examples}/**/*.{js,ts}\"",
    "lint:eslint": "eslint --ext .ts,.js src/",
    "lint:eslint:fix": "eslint --ext .ts,.js --fix src/",
    "lint": "yarn lint:eslint:fix && yarn lint:prettier"
  },
  "dependencies": {
    "@types/node-fetch": "^2.6.13",
    "node-fetch": "^2.7.0",
    "ruply": "^1.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/plugin-transform-class-properties": "^7.28.6",
    "@babel/preset-env": "^7.29.2",
    "@babel/preset-typescript": "^7.28.5",
    "@mollie/eslint-config-typescript": "^1.6.5",
    "@rollup/plugin-babel": "^7.0.0",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@types/jest": "^29.5.14",
    "@types/node": "^18.19.130",
    "babel-jest": "^29.7.0",
    "commitizen": "^4.3.1",
    "cz-conventional-changelog": "^3.3.0",
    "dotenv": "^17.3.1",
    "eslint": "^8.57.1",
    "jest": "^29.7.0",
    "jest-bluster": "^2.0.0",
    "nock": "^13.5.6",
    "nock-record": "^0.3.9",
    "prettier": "^3.8.1",
    "rollup": "^3.29.5",
    "typescript": "^6.0.2"
  },
  "resolutions": {
    "eslint-plugin-import": "^2.26.0"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "files": [
    "dist/**/*"
  ],
  "packageManager": "yarn@1.22.22"
}
