@openauth/kakao
Version:
Kakao OAuth library
34 lines • 664 B
JSON
{
"name": "@openauth/kakao",
"version": "0.6.0",
"description": "Kakao OAuth library",
"keywords": [
"kakao",
"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"
}