{
    "name": "@hipay/hipay-enterprise-sdk-nodejs",
    "description": "The HiPay Enterprise SDK for NodeJS is a library for developers who want to integrate HiPay Enterprise payment methods to any NodeJS platform.",
    "version": "1.6.0",
    "license": "Apache-2.0",
    "author": {
        "name": "HiPay",
        "url": "http://www.hipay.com",
        "email": "support.tpp@hipay.com"
    },
    "homepage": "https://hipay.com/product-enterprise/",
    "main": "HiPay.js",
    "keywords": [
        "hipay",
        "payment",
        "payment method"
    ],
    "engines": {
        "node": ">=16.0.0"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/hipay/hipay-enterprise-sdk-nodejs.git"
    },
    "scripts": {
        "test": "../node_modules/.bin/jest",
        "fix": "yarn ../node_modules/.bin/eslint . --fix",
        "lint": "yarn ../node_modules/.bin/eslint ."
    },
    "dependencies": {
        "axios": "^1.4.0",
        "uuid": "^9.0.0"
    },
    "devDependencies": {
        "@stryker-mutator/core": "^7.1.1",
        "@stryker-mutator/jest-runner": "^7.1.1",
        "eslint": "^8.45.0",
        "eslint-config-airbnb-base": "^15.0.0",
        "eslint-plugin-import": "^2.27.5",
        "install": "^0.13.0",
        "jest": "^24.9.0",
        "jest-html-reporters": "^1.2.1",
        "jest-sonar-reporter": "^2.0.0",
        "lint-staged": "^9.4.3",
        "lodash.isequal": "^4.5.0",
        "prettier": "3.3.3",
        "supertest": "^4.0.2"
    },
    "jest": {
        "testEnvironment": "node",
        "coverageReporters": [
            "lcov",
            "text"
        ],
        "testResultsProcessor": "jest-sonar-reporter",
        "collectCoverage": true,
        "moduleNameMapper": {
            "axios": "axios/dist/node/axios.cjs"
        }
    },
    "jestSonar": {
        "reportPath": "reports",
        "indent": 4,
        "reportFile": "test-report.xml"
    }
}
