UNPKG

@pagopa/io-spid-commons

Version:

Common code for integrating SPID authentication

108 lines (107 loc) 3.1 kB
{ "name": "@pagopa/io-spid-commons", "version": "14.0.1", "description": "Common code for integrating SPID authentication", "repository": { "type": "git", "url": "git+https://github.com/pagopa/io-spid-commons.git" }, "bin": { "startup-idps-metadata": "dist/bin/startup-idps-metadata.js" }, "author": "https://pagopa.gov.it", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prebuild": "shx rm -rf dist", "build": "tsc", "dev": "nodemon --inspect=0.0.0.0 dist/example.js", "hot-reload": "nodemon --legacy-watch --watch ./dist --inspect=0.0.0.0 --nolazy dist/example.js", "postversion": "git push && git push --tags", "test": "jest -i", "lint": "eslint . -c .eslintrc.js --ext .ts,.tsx", "preversion": "auto-changelog --config .auto-changelog.json --unreleased --commit-limit false --stdout --template preview.hbs", "version": "auto-changelog -p --config .auto-changelog.json --unreleased && git add CHANGELOG.md" }, "devDependencies": { "@pagopa/eslint-config": "^3.0.0", "@types/express": "4.17.11", "@types/jest": "^29.5.1", "@types/node": "~20.12.2", "@types/node-fetch": "^2.1.2", "@types/node-forge": "^0.9.1", "@types/passport": "^1.0.2", "@types/passport-saml": "1.1.1", "@types/request-ip": "0.0.35", "@types/semver": "^7.3.10", "@types/supertest": "^2.0.8", "@types/xml-crypto": "^1.4.1", "@types/xml2js": "^0.4.5", "@types/yargs": "^15.0.4", "auto-changelog": "^2.2.1", "eslint-plugin-prettier": "^4.2.1", "express": "4.17.0", "fp-ts": "^2.16.5", "io-ts": "^2.2.21", "jest": "^29.5.0", "nock": "^11.7.1", "nodemon": "^2.0.2", "prettier": "^2.8.8", "redis": "^4.5.1", "request-ip": "^2.1.3", "shx": "^0.3.2", "supertest": "^4.0.2", "ts-jest": "^29.1.0", "typescript": "4.9.5" }, "dependencies": { "@pagopa/ts-commons": "^13.1.0", "@xmldom/xmldom": "^0.8.7", "date-fns": "^1.30.1", "io-ts-types": "^0.5.16", "jose": "^4.11.2", "node-fetch": "^2.2.0", "node-forge": "^1.0.0", "passport": "^0.6.0", "passport-saml": "1.3.5", "semver": "^7.3.7", "winston": "^3.0.0", "xml-crypto": "2.1.6", "xml2js": "^0.4.23", "yargs": "^15.3.0" }, "peerDependencies": { "fp-ts": "^2.16.5", "io-ts": "^2.2.21", "redis": "^4.5.1" }, "jest": { "testEnvironment": "node", "collectCoverage": true, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(js|ts)$", "moduleFileExtensions": [ "js", "node", "ts" ], "preset": "ts-jest", "testMatch": null }, "bugs": { "url": "https://github.com/pagopa/io-spid-commons/issues" }, "homepage": "https://github.com/pagopa/io-spid-commons#readme", "keywords": [ "spid" ], "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "resolutions": { "@types/express-serve-static-core": "4.17.34", "eslint-plugin-jsdoc": "^50", "xml-crypto": "2.1.6" } }