Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 6, 2024
1 parent 6fb03e7 commit c07a87d
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "@vdtech/remix-auth-strategies",
"version": "0.0.0",
"version": "0.0.1",
"description": "A collection of authentication strategies for Remix Auth, designed to simplify the integration of various OAuth2 providers.",
"license": "MIT",
"funding": ["https://github.com/sponsors/paul-vd"],
"funding": [
"https://github.com/sponsors/paul-vd"
],
"author": {
"name": "Paul van Dyk",
"email": "paul@vandyk.fr",
Expand All @@ -17,7 +19,13 @@
"bugs": {
"url": "https://github.com/vd-tech/remix-auth-strategies/issues"
},
"keywords": ["remix", "remix-auth", "auth", "authentication", "strategy"],
"keywords": [
"remix",
"remix-auth",
"auth",
"authentication",
"strategy"
],
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit",
Expand All @@ -30,7 +38,11 @@
"engines": {
"node": ">=20.0.0"
},
"files": ["build", "package.json", "README.md"],
"files": [
"build",
"package.json",
"README.md"
],
"exports": {
"./azure": "./build/azure.js",
"./auth0": "./build/auth0.js",
Expand Down

0 comments on commit c07a87d

Please sign in to comment.