@hmcts/rpx-xui-node-lib
Version:
Common nodejs library components for XUI
119 lines (118 loc) • 3.39 kB
JSON
{
"name": "@hmcts/rpx-xui-node-lib",
"version": "2.30.10-additional-logging-rc20",
"description": "Common nodejs library components for XUI",
"main": "dist/index",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest --env node",
"test:watch": "jest --env node --watch",
"test:coverage": "jest --env node --coverage",
"build": "tsc --declarationMap --sourceMap",
"build:watch": "tsc --declarationMap --sourceMap --watch",
"lint": "eslint \"*/**/*.{js,ts}\" --quiet --fix",
"commit": "git cz",
"ci:lint": "eslint \"*/**/*.{js,ts}\" --quiet",
"ci": "yarn && yarn ci:lint && yarn build",
"watch": "tsc --watch",
"prepare": "ts-patch install -s & husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hmcts/rpx-xui-node-lib.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/",
"tag": "latest"
},
"keywords": [
"XUI",
"node",
"authentication"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/hmcts/rpx-xui-node-lib/issues"
},
"homepage": "https://github.com/hmcts/rpx-xui-node-lib#readme",
"files": [
"dist/**/*"
],
"peerDependencies": {
"helmet": "^7.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^8.2.0",
"@eslint/js": "^9.25.1",
"@golevelup/ts-jest": "^0.6.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.1.0",
"@types/connect-redis": "^0.0.23",
"@types/csurf": "^1.11.0",
"@types/debug": "^4.1.5",
"@types/express": "^4.17.2",
"@types/express-session": "1.17.10",
"@types/hapi__joi": "^17.1.0",
"@types/jest": "29.5.14",
"@types/jwt-decode": "^3.1.0",
"@types/node": "^18.19.76",
"@types/passport": "^1.0.2",
"@types/passport-oauth2": "^1.4.9",
"@types/session-file-store": "^1.2.1",
"commitizen": "^4.0.3",
"commitlint-config-cz": "^0.13.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.25.1",
"helmet": "^7.0.0",
"husky": "^8.0.0",
"jest": "^29.7.0",
"jest-config": "29.5.0",
"jest-environment-node": "29.5.0",
"lint-staged": "^10.2.2",
"semantic-release": "^19.0.2",
"standard-version": "^9.5.0",
"supports-color": "^7.1.0",
"ts-auto-mock": "^3.7.4",
"ts-jest": "^29.3.2",
"ts-node": "^10.8.1",
"ts-patch": "^3.3.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@dr.pogodin/csurf": "^1.14.0",
"@hapi/joi": "^17.1.1",
"axios": "^1.11.0",
"caller-path": "^3.0.0",
"connect-redis": "^4.0.4",
"debug": "^4.3.7",
"deepmerge": "^4.2.2",
"express": "^4.20.0",
"express-session": "^1.17.0",
"jest-mock-axios": "^4.8.0",
"jest-ts-auto-mock": "^2.1.0",
"joi": "^17.13.3 ",
"jwt-decode": "^3.1.2",
"openid-client": "^5.7.1",
"otplib": "^12.0.1",
"passport": "^0.7.0",
"passport-oauth2": "^1.8.0",
"redis": "^3.0.2",
"session-file-store": "^1.5.0"
},
"resolutions": {
"@babel/traverse": "7.23.2",
"minimatch": "3.0.5",
"minimist": "1.2.6"
},
"packageManager": "yarn@4.5.1"
}