node-socialite
Version:
Socialite is an OAuth2 authentication tool for Node.js
45 lines (44 loc) • 1.05 kB
JSON
{
"name": "node-socialite",
"version": "1.5.1",
"description": "Socialite is an OAuth2 authentication tool for Node.js",
"main": "dist/index.js",
"scripts": {
"release": "npx package-release",
"build": "rm -rf dist && npx tsc",
"test": "npx mocha ./test/**/*.js"
},
"repository": {
"type": "git",
"url": "git@github.com:hpyer/node-socialite.git"
},
"keywords": [
"oauth2",
"oauth2-authentication",
"socialite",
"social-login",
"github",
"wechat",
"wework",
"weibo",
"qq",
"douyin",
"taobao",
"gitee",
"coding"
],
"author": "Hpyer",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.19.9",
"mocha": "^11.7.1",
"package-release": "^1.0.4",
"sinon": "^12.0.1",
"typescript": "^5.8.3"
},
"dependencies": {
"axios": "^1.11.0",
"qs": "^6.14.0"
},
"packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184"
}