@mojaloop/inter-scheme-proxy-cache-lib
Version:
Common component, that provides scheme proxy caching mapping (ISPC)
131 lines (130 loc) • 4.52 kB
JSON
{
"name": "@mojaloop/inter-scheme-proxy-cache-lib",
"version": "2.10.0",
"description": "Common component, that provides scheme proxy caching mapping (ISPC)",
"author": "Eugen Klymniuk (geka-evk)",
"contributors": [
"Eugen Klymniuk <eugen.klymniuk@infitx.com>",
"Steven Oderayi <steven.oderayi@infitx.com>"
],
"license": "Apache-2.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"config": {
"env_file": "--env-file .env"
},
"scripts": {
"test": "npm run test:unit",
"test:unit": "jest --testMatch='**/unit/**/*.test.ts'",
"test:xunit": "JEST_JUNIT_OUTPUT_DIR=./test/reports/ JEST_JUNIT_OUTPUT_NAME=xunit.xml npm run test:unit -- --reporters=jest-junit",
"test:coverage": "npm run test:unit -- --coverage --coverageThreshold='{}'",
"test:coverage-check": "npm run test:unit -- --coverage",
"test:int": "jest --testMatch='**/test/integration/**/*.test.ts'",
"test:functional": "echo \"ACTION: Add functional test here, or remove this script. Also check CI configs to comment out the necessary job'\"",
"test:integration": "npm run dc:build && npm run dc:up && npm run wait-4-docker && npm run test:int && npm run dc:down",
"lint": "eslint ./src/**/*.ts ./test/**/*.ts",
"lint:fix": "npm run lint -- --fix",
"build": "tsup",
"docs": "typedoc",
"dc:build": ". ./env.sh && docker compose build",
"dc:up": ". ./env.sh && docker compose $npm_package_config_env_file up -d && docker ps",
"dc:down": ". ./env.sh && docker compose $npm_package_config_env_file down -v",
"audit:fix": "npm audit fix",
"audit:check": "npx audit-ci --config ./audit-ci.jsonc",
"dep:check": "npx --no-install ncu -e 2",
"dep:update": "npx --no-install ncu -u",
"release": "npx standard-version --no-verify --releaseCommitMessageFormat 'ci(release): {{currentTag}} [skip ci]'",
"snapshot": "npx standard-version --no-verify --skip.changelog --prerelease snapshot --releaseCommitMessageFormat 'ci(snapshot): {{currentTag}}'",
"prepare": "husky || true",
"prepublishOnly": "npm run build",
"wait-4-docker": "./docker/wait-for-containers.sh"
},
"dependencies": {
"@mojaloop/central-services-logger": "11.10.4",
"ajv": "8.18.0",
"convict": "6.2.4",
"fast-safe-stringify": "2.1.1",
"ioredis": "5.6.1"
},
"devDependencies": {
"@commitlint/cli": "20.5.0",
"@commitlint/config-conventional": "20.5.0",
"@types/convict": "6.1.6",
"@types/jest": "30.0.0",
"@types/node": "25.5.0",
"@typescript-eslint/eslint-plugin": "8.57.1",
"@typescript-eslint/parser": "8.57.1",
"dotenv": "17.3.1",
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"husky": "9.1.7",
"ioredis-mock": "8.13.1",
"jest": "30.3.0",
"jest-junit": "16.0.0",
"lint-staged": "16.4.0",
"npm-audit-resolver": "3.0.0-RC.0",
"npm-check-updates": "19.6.5",
"prettier": "3.8.1",
"replace": "1.2.2",
"standard-version": "9.5.0",
"ts-jest": "^29.4.6",
"ts-node": "10.9.2",
"tsup": "8.5.1",
"typedoc": "0.28.17",
"typedoc-theme-hierarchy": "6.0.0",
"typescript": "5.9.3"
},
"overrides": {
"cross-spawn": "7.0.5",
"esbuild": "0.27.4",
"glob": "9.3.5",
"js-yaml": "4.1.1",
"lodash": "4.17.23",
"brace-expansion": "4.0.1",
"tmp": "0.2.4",
"diff": "4.0.4",
"flatted": "3.4.2",
"rollup": "4.59.0",
"minimatch@3.0.5": "3.1.5",
"minimatch@3.1.2": "3.1.5",
"minimatch@8.0.4": "8.0.7",
"minimatch@9.0.5": "9.0.9",
"typedoc": {
"minimatch": "9.0.9"
}
},
"engines": {
"node": ">=22.15.0"
},
"standard-version": {
"scripts": {
"postchangelog": "replace '\\[mojaloop/#(\\d+)\\]\\(https://github.com/mojaloop/(.*)/issues/(\\d+)\\)' '[mojaloop/#$1](https://github.com/mojaloop/project/issues/$1)' CHANGELOG.md"
}
},
"lint-staged": {
"./src/*.ts": [
"eslint --fix",
"prettier --write --ignore-unknown"
]
},
"homepage": "https://github.com/mojaloop/inter-scheme-proxy-cache-lib#readme",
"bugs": {
"url": "https://github.com/mojaloop/inter-scheme-proxy-cache-lib/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mojaloop/inter-scheme-proxy-cache-lib.git"
},
"keywords": [
"mojaloop",
"proxy",
"proxyCache",
"proxy-cache",
"inter-scheme-proxy-cache-lib"
]
}