@openauth/facebook
Version:
Facebook OAuth library
34 lines • 673 B
JSON
{
"name": "@openauth/facebook",
"version": "0.6.0",
"description": "Facebook OAuth library",
"keywords": [
"facebook",
"openauth",
"oauth",
"socialite",
"passport",
"typescript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/denostack/openauth.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/denostack/openauth/issues"
},
"main": "./script/mod.js",
"module": "./esm/mod.js",
"exports": {
".": {
"import": "./esm/mod.js",
"require": "./script/mod.js"
}
},
"scripts": {},
"dependencies": {
"@openauth/core": "0.6.0"
},
"_generatedBy": "dnt@dev"
}