2019-12-17 20:32:14 +01:00
|
|
|
{
|
|
|
|
|
"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",
|
2019-12-19 06:57:01 +01:00
|
|
|
"dev": "nodemon ./app.js",
|
2019-12-17 20:32:14 +01:00
|
|
|
"start": "node ./app.js"
|
|
|
|
|
},
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
2021-10-26 11:21:07 +00:00
|
|
|
"base64-url": "^2.3.3",
|
2021-12-12 01:59:02 +00:00
|
|
|
"body-parser": "^1.19.1",
|
2021-10-26 11:21:16 +00:00
|
|
|
"buffer": "^6.0.3",
|
2021-11-17 01:50:43 +00:00
|
|
|
"cookie-parser": "^1.4.6",
|
2019-12-17 20:32:14 +01:00
|
|
|
"cors": "^2.8.3",
|
2021-11-28 01:51:08 +00:00
|
|
|
"debug": "^4.3.3",
|
2021-12-18 01:51:08 +00:00
|
|
|
"express": "^4.17.2",
|
2021-10-26 11:21:32 +00:00
|
|
|
"https-localhost": "^4.7.0",
|
2019-12-17 20:32:14 +01:00
|
|
|
"jsonwebtoken": "^8.5.1",
|
2022-01-12 01:50:58 +00:00
|
|
|
"node-forge": "^1.2.1",
|
2021-10-26 11:21:38 +00:00
|
|
|
"node-rsa": "^1.1.1",
|
2021-11-10 01:51:11 +00:00
|
|
|
"nodemon": "^2.0.15",
|
2019-12-17 20:32:14 +01:00
|
|
|
"serve-favicon": "^2.4.2"
|
|
|
|
|
}
|
|
|
|
|
}
|