UNPKG

1.23 kBJSONView Raw
1{
2 "name": "dingtalk-cli-pro",
3 "version": "0.0.67",
4 "description": "Dingtalk client tool with plugins, Support windows and mac platform",
5 "bin": {
6 "dpro": "bin/client.js"
7 },
8 "keywords": [
9 "dingtalk",
10 "client",
11 "plus",
12 "tool"
13 ],
14 "main": "lib/core",
15 "publishConfig": {
16 "registry": "https://registry.npmjs.org/"
17 },
18 "dependencies": {
19 "@babel/core": "^7.4.5",
20 "@babel/preset-env": "^7.4.5",
21 "async": "^3.1.0",
22 "babel-jest": "^24.8.0",
23 "boxen": "^4.1.0",
24 "chalk": "^2.4.2",
25 "commander": "^2.20.0",
26 "compare-versions": "^3.5.0",
27 "cross-spawn": "^6.0.5",
28 "dargs": "^7.0.0",
29 "debug": "^4.1.1",
30 "find-up": "^4.1.0",
31 "inquirer": "^6.4.1",
32 "jest": "^24.8.0",
33 "latest-version": "^5.1.0",
34 "lodash": "^4.17.11",
35 "make-dir": "^3.0.0",
36 "mem-fs": "^1.1.3",
37 "mem-fs-editor": "^6.0.0",
38 "moment": "^2.24.0",
39 "node-emoji": "^1.10.0",
40 "read-pkg-up": "^6.0.0",
41 "resolve-cwd": "^3.0.0",
42 "rimraf": "^3.0.0",
43 "semver": "^6.1.2",
44 "shelljs": "^0.8.3",
45 "signale": "^1.4.0",
46 "update-notifier": "^3.0.1",
47 "yargs-parser": "^13.1.1",
48 "yosay": "^2.0.2"
49 },
50 "author": "fangbo.fb",
51 "license": "ISC"
52}