20 lines
592 B
JSON
20 lines
592 B
JSON
{
|
|
"name": "@hono/oauth-providers",
|
|
"version": "0.8.2",
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./discord": "./src/providers/discord/index.ts",
|
|
"./facebook": "./src/providers/facebook/index.ts",
|
|
"./github": "./src/providers/github/index.ts",
|
|
"./google": "./src/providers/google/index.ts",
|
|
"./linkedin": "./src/providers/linkedin/index.ts",
|
|
"./msentra": "./src/providers/msentra/index.ts",
|
|
"./twitch": "./src/providers/twitch/index.ts",
|
|
"./x": "./src/providers/x/index.ts"
|
|
},
|
|
"imports": {
|
|
"hono": "jsr:@hono/hono@^4.8.3"
|
|
}
|
|
}
|