Files
example-keycloak-oauth/package.json
2025-03-14 22:07:19 +01:00

17 lines
373 B
JSON

{
"name": "node-oauth-example",
"version": "1.0.0",
"description": "An example of oAuth2.0 using node",
"main": "index.js",
"repository": "https://githubb.com/sohamkamani/node-oauth-example",
"author": "sohamkamani",
"license": "MIT",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"axios": "^0.21.1",
"express": "^4.16.3"
}
}