{
    "name": "@buckaroo/buckaroo_sdk",
    "version": "1.5.2",
    "description": "Buckaroo payment SDK",
    "main": "dist/buckaroo.cjs.js",
    "module": "dist/buckaroo.esm.js",
    "types": "dist/index.d.ts",
    "engines": {
        "node": ">=6.14"
    },
    "scripts": {
        "build": "yarn build:library && yarn build:declarations",
        "dev": "yarn dev:library && yarn build:declarations",
        "build:library": "rollup --config rollup.config.js",
        "dev:library": "rollup --config rollup.config.js -w",
        "build:declarations": "tsc --project tsconfig-declarations.json",
        "test": "jest",
        "prettier": "prettier --write . --config ./.prettierrc"
    },
    "keywords": [
        "buckaroo",
        "sdk",
        "javascript",
        "node",
        "payments",
        "api"
    ],
    "author": "Buckaroo Devs",
    "license": "ISC",
    "devDependencies": {
        "@babel/plugin-proposal-class-properties": "^7.18.6",
        "@babel/preset-env": "^7.23.2",
        "@babel/preset-typescript": "^7.23.2",
        "@rollup/plugin-babel": "^6.0.4",
        "@rollup/plugin-json": "^6.0.1",
        "@rollup/plugin-node-resolve": "^15.2.3",
        "@rollup/plugin-typescript": "^11.1.5",
        "@types/crypto-js": "^4.1.1",
        "@types/jest": "^29.4.0",
        "@types/node": "^18.11.18",
        "dotenv": "^16.0.3",
        "jest": "^29.4.2",
        "prettier": "^2.8.3",
        "ts-jest": "^29.0.5",
        "tslib": "^2.8.1",
        "typescript": "^4.9.4"
    },
    "dependencies": {
        "axios": "^1.6.2",
        "crypto-js": "^4.1.1",
        "ip-address": "^8.1.0",
        "xml2js": "^0.6.2"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/buckaroo-it/BuckarooSDK_Node.git"
    },
    "bugs": {
        "url": "https://github.com/buckaroo-it/BuckarooSDK_Node/issues"
    },
    "homepage": "https://github.com/buckaroo-it/BuckarooSDK_Node#readme",
    "files": [
        "dist"
    ]
}
