2 Star 3 Fork 3

lantsang / nestjs-official

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.35 KB
一键复制 编辑 原始数据 按行查看 历史
IricBing 提交于 2021-06-07 17:10 . 修改微信模板消息传参bug
{
"name": "@lantsang/nestjs-official",
"version": "0.0.11",
"description": "NestJS 公众号插件",
"author": "Iric<iricbing@gmail.com>",
"license": "MIT",
"files": [
"dist/**/*",
"yarn.lock"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"keywords": [
"nestjs",
"微信",
"公众号",
"typescript"
],
"scripts": {
"build:npm": "rimraf dist && nest build -p tsconfig.npm.build.json",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"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",
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"ioredis": "^4.27.1",
"json-bigint": "^1.0.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@nestjs/cli": "^7.6.0",
"@nestjs/common": "^7.6.15",
"@nestjs/config": "^0.6.3",
"@nestjs/core": "^7.6.15",
"@nestjs/platform-express": "^7.6.15",
"@nestjs/schematics": "^7.3.0",
"@nestjs/testing": "^7.6.15",
"@types/express": "^4.17.11",
"@types/ioredis": "^4.26.0",
"@types/jest": "^26.0.22",
"@types/json-bigint": "^1.0.0",
"@types/node": "^14.14.36",
"@types/supertest": "^2.0.10",
"@types/xml2js": "^0.4.8",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"cross-env": "^7.0.3",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^6.0.0",
"jest": "^26.6.3",
"joi": "^17.4.0",
"lint-staged": "^10.5.4",
"nestjs-redis": "^1.3.3",
"prettier": "^2.2.1",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^6.6.6",
"supertest": "^6.1.3",
"ts-jest": "^26.5.4",
"ts-loader": "^8.0.18",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.2.3"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "src",
"testRegex": ".*\\.spec\\.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"collectCoverageFrom": [
"**/*.(t|j)s"
],
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}
1
https://gitee.com/lantsang/nestjs-official.git
git@gitee.com:lantsang/nestjs-official.git
lantsang
nestjs-official
nestjs-official
master

搜索帮助