nestjs-tencent-sms
Version:
A nestjs Tencent Sms Service
70 lines (69 loc) • 2.22 kB
JSON
{
"name": "nestjs-tencent-sms",
"version": "1.0.1",
"description": "A nestjs Tencent Sms Service",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf -rf dist && tsc -p tsconfig.json",
"format": "prettier --write **/*.{ts,json}",
"lint": "eslint \"lib/**/*.ts\" --fix",
"prepublish:next": "npm run build",
"publish:next": "npm publish --access public --tag next",
"prepublish:npm": "npm run build",
"publish:npm": "npm publish --access public",
"prerelease": "npm run build",
"release": "release-it",
"sample-app": "ts-node --require tsconfig-paths/register --project sample/tsconfig.json sample/main.ts",
"test": "jest --detectOpenHandles --forceExit --coverage",
"test:e2e": "jest --config=jest-e2e.config.js --detectOpenHandles --forceExit --coverage --runInBand"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShmmGood/nestjs-tencent-sms.git"
},
"keywords": [
"nestjs",
"tencent",
"sms"
],
"author": "laowang",
"license": "MIT",
"bugs": {
"url": "https://github.com/ShmmGood/nestjs-tencent-sms/issues"
},
"homepage": "https://github.com/ShmmGood/nestjs-tencent-sms#readme",
"devDependencies": {
"@nestjs/common": "7.6.17",
"@nestjs/core": "7.6.17",
"@nestjs/platform-express": "7.6.17",
"@nestjs/testing": "7.6.17",
"@types/jest": "26.0.23",
"@types/node": "14.17.1",
"@types/reflect-metadata": "0.1.0",
"@typescript-eslint/eslint-plugin": "4.25.0",
"@typescript-eslint/parser": "4.25.0",
"eslint": "7.27.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.3",
"husky": "6.0.0",
"jest": "26.6.3",
"lint-staged": "11.0.0",
"prettier": "2.3.0",
"reflect-metadata": "0.1.13",
"release-it": "14.7.0",
"rimraf": "3.0.2",
"rxjs": "6.6.7",
"sort-package-json": "1.50.0",
"ts-jest": "26.5.6",
"ts-node": "10.0.0",
"tsconfig-paths": "3.9.0",
"tslint": "6.1.3",
"typescript": "4.3.2"
},
"peerDependencies": {
"@nestjs/common": "^6.10.11 || ^7.0.0",
"@nestjs/core": "^6.10.11 || ^7.0.0",
"tencentcloud-sdk-nodejs": "^3.0.269"
}
}