UNPKG

ddinit

Version:

封装了一些常用的钉钉小程序服务端API,获取员工周期性打卡结果(每日,任意时间,上周,上月...),在/离职员工列表,获取用户/部门信息、发送工作消息、审批流等

41 lines (40 loc) 1.17 kB
{ "name": "ddinit", "description": "封装了一些常用的钉钉小程序服务端API,获取员工周期性打卡结果(每日,任意时间,上周,上月...),在/离职员工列表,获取用户/部门信息、发送工作消息、审批流等", "version": "1.0.4", "author": "MoShuYing<https://me.csdn.net/qq_34846662>(https://github.com/moshuying)(https://gitee.com/moshuying)", "bugs": { "url": "https://github.com/moshuying/ddinit/issues" }, "repository": { "type": "git", "url": "https://github.com/moshuying/ddinit" }, "main": "src/core", "scripts": { "fix": "tslint --fix -c ./tslint.json 'src/**/*{.ts,.tsx}'", "dev": "node ./lib/src/index.js", "start": "npx tsc" }, "dependencies": { "@types/node": "^10.5.2", "axios": "^0.18.0", "cron": "^1.7.1", "moment": "^2.24.0" }, "devDependencies": { "tslint": "^5.18.0", "typescript": "^3.5.3" }, "keywords": [ "钉钉", "dingding", "dd", "cli", "ddinit" ], "license": "MIT", "contributors": [ "MoShuYing<https://me.csdn.net/qq_34846662>(https://github.com/moshuying)(https://gitee.com/moshuying)" ] }