forked from ali-sdk/node-dingtalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "node-dingtalk",
"version": "2.1.0",
"description": "dingtalk node sdk",
"main": "lib/dingtalk.js",
"files": [
"lib"
],
"dependencies": {
"agentkeepalive": "^3.4.1",
"formstream": "^1.1.0",
"is-type-of": "^1.2.0",
"p-all": "^1.0.0",
"urllib": "^2.29.0",
"utility": "^1.14.0"
},
"devDependencies": {
"autod": "^3.0.1",
"co": "^4.6.0",
"egg-bin": "^4.7.1",
"egg-ci": "^1.8.0",
"eslint": "^5.2.0",
"eslint-config-egg": "^7.0.0",
"intelli-espower-loader": "^1.0.1",
"mm": "^2.2.2",
"mocha": "^5.2.0",
"mockjs": "^1.0.1-beta3",
"power-assert": "^1.6.0",
"proxy-agent": "^2.0.0",
"supertest": "^3.1.0",
"thunk-mocha": "^1.0.8"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"test": "npm run lint && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint --ext js . --fix",
"ci": "npm run lint && npm run cov",
"autod": "autod"
},
"ci": {
"version": "8, 10"
},
"keywords": [
"dingtalk"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ali-sdk//node-dingtalk.git"
},
"bugs": {
"url": "https://github.com/ali-sdk/node-dingtalk/issues"
},
"homepage": "https://github.com/ali-sdk/node-dingtalk",
"author": "TZ <[email protected]>",
"license": "MIT"
}