2019-09-11 11:56:17 +08:00
|
|
|
{
|
|
|
|
"name": "action-wechat-work",
|
2021-05-06 10:02:10 +08:00
|
|
|
"version": "1.0.5",
|
2019-09-11 12:15:24 +08:00
|
|
|
"description": "GitHub Action that sends a WeChat Work notification.",
|
|
|
|
"private": true,
|
2019-09-11 11:56:17 +08:00
|
|
|
"scripts": {
|
2021-05-07 16:07:16 +08:00
|
|
|
"test": "npm test",
|
|
|
|
"build": "ncc build entrypoint.js"
|
2019-09-11 11:56:17 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/chf007/action-wechat-work.git"
|
|
|
|
},
|
2019-09-11 12:15:24 +08:00
|
|
|
"keywords": [
|
|
|
|
"wechat",
|
|
|
|
"wechat work",
|
|
|
|
"企业微信",
|
|
|
|
"github",
|
|
|
|
"action"
|
|
|
|
],
|
2019-09-11 11:56:17 +08:00
|
|
|
"author": "chf007 <chf007server@gmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/chf007/action-wechat-work/issues"
|
|
|
|
},
|
2019-09-11 12:15:24 +08:00
|
|
|
"homepage": "https://github.com/chf007/action-wechat-work#readme",
|
|
|
|
"dependencies": {
|
2021-05-07 16:42:24 +08:00
|
|
|
"@vercel/ncc": "^0.28.5",
|
2021-01-05 14:13:14 +00:00
|
|
|
"axios": "^0.21.1",
|
2021-04-26 15:55:22 +08:00
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"yargs": "^16.2.0"
|
2019-09-11 12:15:24 +08:00
|
|
|
}
|
2019-09-11 11:56:17 +08:00
|
|
|
}
|