sf-oauth
Version:
Utility to generate SuccessFactors OAuth SAML assertions with the option to integrate with Postman
41 lines (40 loc) • 892 B
JSON
{
"name": "sf-oauth",
"version": "1.1.0",
"description": "Utility to generate SuccessFactors OAuth SAML assertions with the option to integrate with Postman",
"main": "./src/serve.js",
"engines": {
"node": ">=18"
},
"bin": "./src/cli.js",
"scripts": {
"start": "node ./src/serve.js",
"semantic-release": "semantic-release",
"postinstall": "patch-package"
},
"keywords": [
"SuccessFactors",
"SAP",
"OAuth",
"Postman"
],
"author": "Pieter Janssens",
"license": "GNU GPLv3",
"dependencies": {
"arg": "^5.0.2",
"cli-color": "^2.0.3",
"express": "^4.18.2",
"patch-package": "^8.0.0",
"saml": "^3.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/piejanssens/sf-oauth.git"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"semantic-release": "^20.1.1"
}
}