@iot9x.com/nestjs-ucpaas-sms
Version:
nestjs 云之讯平台短信集成插件
84 lines (83 loc) • 2.26 kB
JSON
{
"name": "@iot9x.com/nestjs-ucpaas-sms",
"version": "2.0.3",
"description": "nestjs 云之讯平台短信集成插件",
"author": "Iric<iricbing@gmail.com>",
"files": [
"dist/**/*",
"pnpm-lock.yaml"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"keywords": [
"nestjs",
"云之讯",
"短信",
"typescript"
],
"scripts": {
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"build:npm": "rimraf dist && nest build -p tsconfig.npm.build.json",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand"
},
"dependencies": {
"@nestjs/axios": "^2.0.0",
"md5": "^2.3.0"
},
"devDependencies": {
"@nestjs/cli": "^9.0.0",
"@nestjs/common": "^9.0.0",
"@nestjs/config": "^2.3.1",
"@nestjs/core": "^9.0.0",
"@nestjs/platform-express": "^9.0.0",
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^9.0.0",
"@types/express": "^4.17.13",
"@types/jest": "29.5.0",
"@types/md5": "^2.3.2",
"@types/node": "18.15.11",
"@types/supertest": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.3",
"jest": "29.5.0",
"joi": "^17.9.1",
"lint-staged": "^13.2.1",
"prettier": "^2.3.2",
"reflect-metadata": "^0.1.13",
"rimraf": "^5.0.0",
"rxjs": "^7.2.0",
"source-map-support": "^0.5.20",
"supertest": "^6.1.3",
"ts-jest": "29.0.5",
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",
"tsconfig-paths": "4.2.0",
"typescript": "^4.7.4"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "src",
"testRegex": ".*\\.spec\\.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"collectCoverageFrom": [
"**/*.(t|j)s"
],
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}