UNPKG

@hmcts/rpx-xui-node-lib

Version:

Common nodejs library components for XUI

117 lines (116 loc) 3.37 kB
{ "name": "@hmcts/rpx-xui-node-lib", "version": "2.30.6", "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": "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/**/*" ], "devDependencies": { "@commitlint/cli": "^17.8.1", "@commitlint/config-conventional": "^8.2.0", "@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.9.36", "@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.4.0", "@types/jwt-decode": "^2.2.1", "@types/node": "^18.19.76", "@types/passport": "^1.0.2", "@types/passport-oauth2": "^1.4.9", "@types/session-file-store": "^1.2.1", "@typescript-eslint/eslint-plugin": "^3.10.1", "@typescript-eslint/parser": "^3.10.1", "commitizen": "^4.0.3", "commitlint-config-cz": "^0.13.1", "cz-conventional-changelog": "^3.3.0", "eslint": "^7.32.0", "eslint-config-prettier": "^6.15.0", "eslint-plugin-prettier": "^3.3.1", "husky": "^8.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^27.5.1", "lint-staged": "^10.2.2", "prettier": "^2.0.5", "semantic-release": "^19.0.2", "standard-version": "^9.5.0", "supports-color": "^7.1.0", "ts-jest": "^29.1.4", "ts-node": "^10.8.1", "tslint": "^6.1.0", "tslint-config-prettier": "^1.18.0", "typescript": "^4.8.2" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": { "@hapi/joi": "^17.1.1", "axios": "^1.7.7", "caller-path": "^3.0.0", "connect-redis": "^4.0.4", "csurf": "^1.11.0", "debug": "^4.3.7", "deepmerge": "^4.2.2", "express": "^4.20.0", "express-session": "^1.17.0", "jest-mock-axios": "^4.7.3", "jest-ts-auto-mock": "^2.1.0", "jwt-decode": "^2.2.0", "openid-client": "^3.10.0", "otplib": "^12.0.1", "passport": "^0.5.3", "passport-oauth2": "^1.5.0", "redis": "^3.0.2", "session-file-store": "^1.5.0", "ts-auto-mock": "^3.5.0", "ttypescript": "^1.5.13" }, "resolutions": { "@babel/traverse": "7.23.2", "minimatch": "3.0.5", "minimist": "1.2.6" }, "packageManager": "yarn@4.7.0" }