mirror of
https://github.com/seepine/action-wechat-work.git
synced 2025-01-18 21:36:41 +08:00
20 lines
553 B
JSON
20 lines
553 B
JSON
{
|
|
"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"
|
|
}
|