1 Star 6 Fork 0

Javanx / third-login-ts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
Javanx 提交于 2023-07-06 13:56 . 增加钉钉登录;优化redis;
{
"name": "third-login-ts",
"version": "1.2.9",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": "https://gitee.com/javanx/third-login-ts.git",
"author": "Javan <864479410@qq.com>",
"license": "MIT",
"keywords": [
"express",
"node",
"third",
"login",
"github",
"sina",
"qq",
"钉钉",
"第三方登录",
"ts",
"typescript"
],
"description": "node后台第三方登录插件,支持github、qq、sina、gitee、开源中国、钉钉",
"scripts": {
"start": "ts-node-dev --respawn --transpile-only src/index.ts",
"style": "run-s style:**",
"style:prettier": "prettier --write \"src/**/*.ts\"",
"style:lint": "tslint -p tsconfig.json -c tslint.json",
"build": "tsc",
"patch": "npm version patch",
"publish": "npm publish"
},
"devDependencies": {
"@types/node": "^17.0.25",
"cz-conventional-changelog": "^3.3.0",
"husky": "^7.0.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"ts-node-dev": "^1.1.8",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.6.3",
"validate-commit-msg": "^2.14.0"
},
"husky": {
"hooks": {
"pre-commit": "yarn style",
"commit-msg": "validate-commit-msg"
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"ioredis": "^5.3.2",
"request": "^2.88.2"
}
}
TypeScript
1
https://gitee.com/javanx/third-login-ts.git
git@gitee.com:javanx/third-login-ts.git
javanx
third-login-ts
third-login-ts
master

搜索帮助