@mojaloop/interop-bc-client-lib
Version:
Interop BC - Client
53 lines (52 loc) • 1.99 kB
JSON
{
"name": "@mojaloop/interop-bc-client-lib",
"version": "0.6.5",
"description": "Interop BC - Client",
"license": "Apache-2.0",
"homepage": "https://github.com/mojaloop/interops-apis-bc/tree/main/modules/client",
"bugs": {
"url": "https://github.com/mojaloop/interops-apis-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": {
"start": "node dist/application/index.js",
"build": "tsc",
"watch": "tsc -w",
"clean": "npm run clean:npm; npm run clean:dist",
"clean:dist": "rm -rf dist",
"clean:npm": "rm -rf node_modules",
"prestart": "npm run build",
"pretest": "npm run build",
"standard": "npm run lint",
"lint": "npx eslint ./src",
"lint:fix": "eslint ./src --fix",
"test:unit": "jest --passWithNoTests --testMatch '**/test/unit/**/*.test.ts'",
"test:integration": "jest --passWithNoTests --testMatch '**/test/integration/**/*.test.ts'",
"test:coverage": "jest --passWithNoTests --coverage --coverageThreshold='{}' --testMatch '**/test/unit/**/*.test.ts'",
"test:coverage-check": "jest --coverage --testMatch '**/test/unit/**/*.test.ts'",
"audit:check": "npm npm audit",
"dep:check": "ncu -e 2",
"dep:update": "ncu -u",
"TEST_prepack": "node -p \"require('./package.json').bundledDependencies.join('\\n')\" | xargs -t -I % sh -c 'mkdir -p node_modules/%; cp -r $(npm root)/%/* node_modules/%'",
"TEST_postpack": "rm -Rf node_modules"
},
"engines": {
"node": ">=20.10.0"
},
"dependencies": {
"@mojaloop/transfers-bc-public-types-lib": "^0.6.3",
"base64url": "^3.0.1"
}
}