UNPKG

1.46 kBJSONView Raw
1{
2 "name": "dingtalk-cli-pro",
3 "version": "0.0.57",
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 "dingtalk-plugin-react": "*",
31 "dingtalk-plugin-rollup-ts": "*",
32 "dingtalk-plugin-typescript": "*",
33 "dingtalk-plugin-webpack-react": "*",
34 "dingtalk-plugin-eapp-tstojs": "*",
35 "dingtalk-plugin-eapp-ts": "*",
36 "find-up": "^4.1.0",
37 "inquirer": "^6.4.1",
38 "jest": "^24.8.0",
39 "latest-version": "^5.1.0",
40 "lodash": "^4.17.11",
41 "make-dir": "^3.0.0",
42 "mem-fs": "^1.1.3",
43 "mem-fs-editor": "^6.0.0",
44 "moment": "^2.24.0",
45 "node-emoji": "^1.10.0",
46 "read-pkg-up": "^6.0.0",
47 "resolve-cwd": "^3.0.0",
48 "rimraf": "^3.0.0",
49 "semver": "^6.1.2",
50 "shelljs": "^0.8.3",
51 "signale": "^1.4.0",
52 "update-notifier": "^3.0.1",
53 "yargs-parser": "^13.1.1",
54 "yosay": "^2.0.2"
55 },
56 "author": "fangbo.fb",
57 "license": "ISC"
58}