Skip to content

Commit

Permalink
fix: add package metadata (homepage, author, etc) to package.json (#16)
Browse files Browse the repository at this point in the history
missed while migrating nx
  • Loading branch information
bennettp123 authored Aug 20, 2024
1 parent 2dc4d8c commit 2809329
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@
"test": "nx test",
"lint": "nx lint"
},
"keywords": [
"aws",
"openid-connect"
],
"bugs": {
"url": "https://github.com/sevenwestmedia-labs/lambda-edge-openid-auth/issues"
},
"homepage": "https://github.com/sevenwestmedia-labs/lambda-edge-openid-auth/tree/master/libs/lambda-edge-openid-auth#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/sevenwestmedia-labs/lambda-edge-openid-auth.git"
},
"author": "Seven West Media WA",
"dependencies": {
"@paralleldrive/cuid2": "^2.2.2",
"cookie": "^0.6.0",
Expand Down

0 comments on commit 2809329

Please sign in to comment.