UNPKG

dingtalk-robot-sender

Version:
48 lines (47 loc) 1.35 kB
{ "name": "dingtalk-robot-sender", "version": "1.2.0", "description": "钉钉机器人消息推送", "main": "index.js", "scripts": { "test": "./node_modules/.bin/_mocha", "_rm": "rm -rf ./coverage", "cov": "node --harmony node_modules/.bin/istanbul cover --report none --print none --include-pid ./node_modules/.bin/_mocha -- \"test/**/*.test.js\" --harmony --reporter dot", "report": "node --harmony node_modules/.bin/istanbul report --root ./coverage text-summary json lcov", "ci": "npm run _rm && npm run cov && npm run report && codecov" }, "repository": { "type": "git", "url": "git+https://github.com/x-cold/dingtalk-robot.git" }, "files": [ "index.js", "lib" ], "keywords": [ "dingtalk", "robot" ], "author": "xcold <lxstart@outlook.com>", "license": "MIT", "bugs": { "url": "https://github.com/x-cold/dingtalk-robot/issues" }, "homepage": "https://github.com/x-cold/dingtalk-robot#readme", "dependencies": { "axios": "^0.19.0" }, "publishConfig": { "registry": "http://registry.npmjs.org/" }, "devDependencies": { "codecov": "^3.0.0", "hapi": "^17.5.1", "intelli-espower-loader": "^1.0.1", "istanbul": "^0.4.5", "mocha": "^3.5.0", "power-assert": "^1.4.4", "should": "^11.2.1", "supertest": "^3.0.0" } }