wwtoken
Version:
自动更新的企业微信令牌,定期自动获取企业微信令牌并缓存至Redis
35 lines (34 loc) • 720 B
JSON
{
"name": "wwtoken",
"version": "0.1.14",
"description": "自动更新的企业微信令牌,定期自动获取企业微信令牌并缓存至Redis",
"main": "index.js",
"keywords": [
"weichat",
"企业微信",
"令牌",
"企业号",
"access_token"
],
"bin": {
"wwtoken": "bin/wwtoken"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yinfxs/wwtoken.git"
},
"author": "yinfxs",
"license": "Apache-2.0",
"dependencies": {
"commander": "^3.0.0",
"fs-extra": "^8.1.0",
"ioredis": "^4.14.0",
"moment": "^2.18.1",
"node-fetch": "^2.6.0",
"qs": "^6.4.0",
"winston": "^3.3.3"
},
"engines": {
"node": ">= 7.6.0"
}
}