mirror of
https://github.com/ditkrg/AuthorizationServerDemos.git
synced 2026-01-22 22:47:02 +00:00
20 lines
385 B
JSON
20 lines
385 B
JSON
{
|
|
"name": "real-estate",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"express-jwt": "^6.0.0",
|
|
"jwks-rsa": "^1.12.2",
|
|
"pg": "^8.5.1"
|
|
}
|
|
}
|