keystone-6-oauth
Version:
Keystone6 Plugin that enables social logins such as Google, Twitter, Github, Facebook and others.
57 lines (56 loc) • 1.36 kB
JSON
{
"name": "keystone-6-oauth",
"publishConfig": {
"access": "public"
},
"version": "4.0.5",
"homepage": "https://keystone-oauth.vercel.app",
"bugs": {
"url": "https://github.com/ijsto/keystone-plugins/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ijsto/keystone-plugins/tree/main/packages/keystone-6-oauth"
},
"license": "MIT",
"description": "Keystone6 Plugin that enables social logins such as Google, Twitter, Github, Facebook and others.",
"main": "dist/keystone-6-oauth.cjs.js",
"module": "dist/keystone-6-oauth.esm.js",
"engines": {
"node": "^14.13 || >= 16.13"
},
"preconstruct": {
"entrypoints": [
"index.ts",
"providers/*.ts",
"pages/*.tsx"
]
},
"dependencies": {
"@babel/runtime": "^7.20.6",
"@babel/runtime-corejs3": "^7.20.6",
"@types/ejs": "^3.1.1",
"cookie": "^0.5.0",
"cross-fetch": "^3.1.5",
"ejs": "^3.1.8",
"fast-deep-equal": "^3.1.3",
"next-auth": "^4.18.0"
},
"devDependencies": {
"@keystone-6/core": "^4.0.1",
"react": "^18.2.0",
"turbo": "^1.6.3"
},
"peerDependencies": {
"@keystone-6/core": "^4.0.1",
"react": "^18.2.0"
},
"keywords": [
"social-login",
"keystone-social-login",
"keystone-oauth",
"keystone",
"keystone6",
"javascript"
]
}