UNPKG

robot-for-ding

Version:
31 lines (30 loc) 685 B
{ "name": "robot-for-ding", "version": "4.0.0", "description": "对接钉钉机器人", "main": "src/index.js", "repository": { "type": "git", "url": "git@github.com:tnnevol/robot-for-ding.git" }, "scripts": { "publish": "npm publish", "patch": "npm version patch", "minor": "npm version minor", "major": "npm version major", "test": "echo \"Error: no test specified\" && exit 1" }, "author": { "name": "tnnevol" }, "keywords": [ "钉钉", "钉钉自定义机器人" ], "license": "MIT", "dependencies": { "axios": "^0.21.1", "crypto-js": "^4.0.0" }, "devDependencies": {} }