14c2c8f366
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.1 to 1.20.2. - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/body-parser/compare/1.20.1...1.20.2)
29 lines
726 B
JSON
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.20.2",
|
|
"buffer": "^6.0.3",
|
|
"cookie-parser": "^1.4.6",
|
|
"cors": "^2.8.3",
|
|
"debug": "^4.3.4",
|
|
"express": "^4.18.2",
|
|
"https-localhost": "^4.7.1",
|
|
"jsonwebtoken": "^9.0.0",
|
|
"node-forge": "^1.3.1",
|
|
"node-rsa": "^1.1.1",
|
|
"nodemon": "^2.0.20",
|
|
"serve-favicon": "^2.4.2"
|
|
}
|
|
}
|