Files
auth0mock/package.json
T
argoyle c38ad1e213 Merge branch 'dependabot-npm_and_yarn-https-localhost-4.7.0' into 'main'
chore(deps): bump https-localhost from 4.1.1 to 4.7.0

See merge request unboundsoftware/shiny/auth0mock!12
2021-10-26 12:23:24 +00:00

29 lines
726 B
JSON

{
"name": "auth0-mock-server",
"version": "1.0.0",
"description": "Helps us to develop locally with seeded data and keep the flow of auth0.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./app.js",
"start": "node ./app.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"base64-url": "^2.3.3",
"body-parser": "^1.17.1",
"buffer": "^6.0.3",
"cookie-parser": "^1.4.4",
"cors": "^2.8.3",
"debug": "^4.3.2",
"express": "^4.15.2",
"https-localhost": "^4.7.0",
"jsonwebtoken": "^8.5.1",
"node-forge": "^0.10.0",
"node-rsa": "^1.0.5",
"nodemon": "^2.0.3",
"serve-favicon": "^2.4.2"
}
}