UNPKG

@mojaloop/scheduling-bc-client-lib

Version:
48 lines (47 loc) 1.51 kB
{ "name": "@mojaloop/scheduling-bc-client-lib", "version": "0.5.4", "description": "scheduling BC - Clients", "license": "Apache-2.0", "homepage": "https://github.com/mojaloop/scheduling-bc/tree/main/modules/client-lib", "bugs": { "url": "https://github.com/mojaloop/scheduling-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.", "test:unit": "jest --passWithNoTests --testMatch **/test/unit/**/*.test.ts", "npm_publish": "npm version patch && npm publish --tag=latest --access public" }, "dependencies": { "@mojaloop/logging-bc-client-lib": "~0.5.8" }, "devDependencies": { "@types/jest": "^29.5.12", "nock": "^13.5.5" }, "engines": { "node": ">=20.10.0" } }