{
    "name": "@mojaloop/account-lookup-bc-client-lib",
    "version": "0.6.4",
    "description": "Account Lookup BC - Clients",
    "license": "Apache-2.0",
    "homepage": "https://github.com/mojaloop/account-lookup-bc/tree/main/modules/client-lib",
    "bugs": {
        "url": "https://github.com/mojaloop/account-lookup-bc/issues#readme"
    },
    "keywords": [
        "mojaloop",
        "vnext"
    ],
    "contributors": [
        "Jose Antunes <jose.antunes@arg.software>",
        "Rui Rocha <rui.rocha@arg.software>"
    ],
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "files": [
        "/dist"
    ],
    "scripts": {
        "build": "tsc",
        "clean": "(npm run clean:npm || true) && npm run clean:dist",
        "clean:dist": "rm -rf dist",
        "clean:npm": "rm -rf node_modules",
        "audit:check": "npm npm audit",
        "dep:check": "ncu -e 2",
        "dep:update": "ncu -u",
        "lint": "eslint ./src",
        "lint:fix": "eslint ./src --fix",
        "test:debug": "SET DEBUG=nock.* && jest --runInBand --forceExit --detectOpenHandles --verbose || ECHO.",
        "npm_publish": "npm version patch && npm publish --tag=latest --access public"
    },
    "dependencies": {
        "@mojaloop/logging-bc-client-lib": "~0.5.8",
        "@mojaloop/security-bc-public-types-lib": "~0.6.1"
    },
    "devDependencies": {
        "nock": "^13.5.4"
    },
    "engines": {
        "node": ">=20.10.0"
    }
}
