tencent-sms
Version:
sms plugin for tencent cloud
51 lines • 1.01 kB
JSON
{
"name": "tencent-sms",
"version": "0.0.1",
"description": "sms plugin for tencent cloud",
"main": "index.js",
"eggPlugin": {
"name": "tencent-sms"
},
"files": [
"app",
"config",
"lib",
"app.js",
"utils",
"rules.js",
"test"
],
"keywords": [
"egg",
"egg-plugin",
"eggPlugin",
"sms",
"tencent"
],
"dependencies": {
"tencentcloud-sdk-nodejs": "^4.0.138"
},
"devDependencies": {
"autod": "^3.0.1",
"egg": "^2.11.2",
"egg-bin": "^4.9.0",
"egg-mock": "^3.20.1",
"eslint": "^5.6.1",
"eslint-config-egg": "^7.1.0",
"is-type-of": "^1.2.1"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"autod": "autod",
"lint": "eslint .",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"pkgfiles": "egg-bin pkgfiles",
"ci": "egg-bin pkgfiles --check && npm run lint && npm run cov"
},
"author": "Gm",
"license": "MIT"
}