UNPKG

accesstoken

Version:

get accesstoken for weixin_qy and save it to mysql

29 lines 657 B
{ "name": "accesstoken", "version": "1.1.7", "description": "get accesstoken for weixin_qy and save it to mysql", "main": "weixin_accesstoken.js", "scripts": { "test": "node weixin_accesstoken.js" }, "repository": { "type": "git", "url": "git+https://github.com/Jacky-Chiang/accesstoken.git" }, "keywords": [ "qy_weixin", "accesstoken", "reduis" ], "author": "JackyChiang", "license": "MIT", "bugs": { "url": "https://github.com/Jacky-Chiang/accesstoken/issues" }, "homepage": "https://github.com/Jacky-Chiang/accesstoken#readme", "dependencies": { "mysql": "^2.13.0", "node-schedule": "^1.2.1", "request": "^2.81.0" } }