-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 791 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 791 Bytes
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
{
"name": "dingtalk-robot",
"version": "0.0.1",
"description": "dingtalk robot message for github action",
"main": "lib/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/fifsky/dingtalk-action.git"
},
"keywords": [
"actions",
"container",
"toolkit",
"dingtalk"
],
"author": "fifsky@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/fifsky/dingtalk-action/issues"
},
"homepage": "https://github.com/fifsky/dingtalk-action#readme",
"dependencies": {
"@actions/core": "^1.0.0",
"@actions/exec": "^1.0.0",
"@actions/github": "^1.0.0",
"@actions/io": "^1.0.0",
"@actions/tool-cache": "^1.0.0",
"axios": "^0.19.0"
},
"devDependencies": {
"@types/node": "^10.10.4"
}
}