forked from chf007/action-wechat-work
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 787 Bytes
/
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
{
"name": "action-wechat-work",
"version": "1.0.5",
"description": "GitHub Action that sends a WeChat Work notification.",
"private": true,
"scripts": {
"test": "npm test",
"build": "ncc build entrypoint.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chf007/action-wechat-work.git"
},
"keywords": [
"wechat",
"wechat work",
"企业微信",
"github",
"action"
],
"author": "chf007 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chf007/action-wechat-work/issues"
},
"homepage": "https://github.com/chf007/action-wechat-work#readme",
"dependencies": {
"@vercel/ncc": "^0.28.5",
"axios": "^0.21.1",
"lodash": "^4.17.21",
"yargs": "^16.2.0"
}
}