This commit is contained in:
关红福
2019-09-11 12:15:24 +08:00
parent 01b7855524
commit ba813183fd
2 changed files with 244 additions and 5 deletions

View File

@@ -1,19 +1,31 @@
{
"name": "action-wechat-work",
"version": "0.0.1",
"description": "Sends a WeChat Work notification. Simple as that.",
"main": "index.js",
"description": "GitHub Action that sends a WeChat Work notification.",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chf007/action-wechat-work.git"
},
"keywords": [
"wechat",
"wechat work",
"企业微信",
"github",
"action"
],
"author": "chf007 <chf007server@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chf007/action-wechat-work/issues"
},
"homepage": "https://github.com/chf007/action-wechat-work#readme"
"homepage": "https://github.com/chf007/action-wechat-work#readme",
"dependencies": {
"axios": "^0.19.0",
"lodash": "^4.17.15",
"yargs": "^14.0.0"
}
}