{ "name": "action-wechat-work", "version": "1.0.7", "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 ", "license": "MIT", "bugs": { "url": "https://github.com/chf007/action-wechat-work/issues" }, "homepage": "https://github.com/chf007/action-wechat-work#readme", "dependencies": { "axios": "^0.27.1" }, "devDependencies": { "@vercel/ncc": "^0.33.4" } }