1 Star 0 Fork 0

方跃明/egg-tencent-sms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@axolo/egg-tencent-sms",
"version": "0.1.1",
"description": "Tencent Cloud SMS plugin for Egg.js.",
"eggPlugin": {
"name": "tencentSms"
},
"keywords": [
"egg",
"eggPlugin",
"egg-plugin",
"egg-tencent-sms",
"egg-tencent-cloud-sms",
"tencent sms",
"tencent cloud sms"
],
"dependencies": {
"tencentcloud-sdk-nodejs": "^3.0.223"
},
"devDependencies": {
"autod": "^3.1.0",
"autod-egg": "^1.1.0",
"egg": "^2.27.0",
"egg-bin": "^4.15.0",
"egg-ci": "^1.15.0",
"egg-mock": "^4.0.0",
"eslint": "^7.5.0",
"eslint-config-egg": "^8.0.1"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "egg-bin pkgfiles --check && npm run lint && npm run cov",
"pkgfiles": "egg-bin pkgfiles",
"autod": "autod"
},
"files": [
"app.js",
"agent.js",
"config",
"app",
"lib"
],
"ci": {
"version": "8, 10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/axolo/egg-tencent-sms.git"
},
"bugs": {
"url": "https://github.com/axolo/egg-tencent-sms/issues"
},
"homepage": "https://github.com/axolo/egg-tencent-sms#readme",
"author": "Yueming Fang",
"license": "MIT"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/axolo/egg-tencent-sms.git
git@gitee.com:axolo/egg-tencent-sms.git
axolo
egg-tencent-sms
egg-tencent-sms
master

搜索帮助