mirror of
https://github.com/chf007/action-wechat-work.git
synced 2025-05-11 18:42:48 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
767 B
JSON
34 lines
767 B
JSON
{
|
|
"name": "action-wechat-work",
|
|
"version": "1.0.8",
|
|
"description": "GitHub Action that sends a WeChat Work notification.",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "npm test",
|
|
"build": "ncc build src/entrypoint.js"
|
|
},
|
|
"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",
|
|
"dependencies": {
|
|
"axios": "^1.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.34.0"
|
|
}
|
|
}
|