This commit is contained in:
关红福
2019-09-11 11:56:17 +08:00
parent fcc3b78bbc
commit 6f94912a33
8 changed files with 154 additions and 12 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "action-wechat-work",
"version": "0.0.1",
"description": "Sends a WeChat Work notification. Simple as that.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chf007/action-wechat-work.git"
},
"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"
}