-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
160 lines (160 loc) · 5.54 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"name": "nestjs-nakoruru",
"version": "0.0.1",
"description": "Nakoruru Backend is a robust and efficient microservices-based backend system powered by Nest.js and Node.js. It provides a reliable, scalable, and secure foundation for the Nakoruru React Admin project. This backend system adopts modern design patterns and industry best practices to ensure optimal performance, stability, and maintainability. It effectively handles requests, processes data, and communicates with databases, enabling comprehensive data management capabilities for the Nakoruru platform. With the integration of Nest.js, an extensible, versatile, and scriptable backend framework, Nakoruru Backend empowers businesses to build high-performing, user-centric applications. This system seamlessly matches the needs of businesses and organizations of all sizes, providing an all-rounded backend solution that powers the Nakoruru platform.",
"author": {
"name": "h7ml",
"mail": "[email protected]",
"github": "https://github.com/h7ml/nestjs-nakoruru"
},
"private": true,
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"homepage": "https://nestjs-nakoruru.h7ml.cn",
"scripts": {
"generate": "bash ./nest-generate.sh",
"build": "cross-env RUNNING_ENV=prod nest build",
"format": "prettier --write .",
"start": "cross-env RUNNING_ENV=dev WRITE_SWAGGER=true nest start",
"start:dev": "cross-env RUNNING_ENV=dev WRITE_SWAGGER=true nest start --watch",
"dev": "cross-env RUNNING_ENV=dev WRITE_SWAGGER=true nest start --watch",
"start:debug": "cross-env RUNNING_ENV=dev WRITE_SWAGGER=true nest start --debug --watch",
"start:prod": "cross-env RUNNING_ENV=prod WRITE_SWAGGER=true nest build && node dist/main",
"lint": "eslint .",
"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",
"prepare": "husky install",
"types": "npx swagger-typescript-api -p https://nestjs.h7ml.cn/api/swagger-json -o ./src/server -n api.ts",
"check-updates": "ncu -u",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@fastify/static": "^7.0.3",
"@nestjs-modules/mailer": "^1.11.2",
"@nestjs/axios": "^3.1.3",
"@nestjs/bull": "^10.1.1",
"@nestjs/common": "^10.3.7",
"@nestjs/config": "^3.2.2",
"@nestjs/core": "^10.3.7",
"@nestjs/mapped-types": "^2.0.5",
"@nestjs/platform-express": "^10.3.7",
"@nestjs/platform-fastify": "^10.3.7",
"@nestjs/serve-static": "^4.0.2",
"@nestjs/swagger": "^7.3.1",
"@nestjs/typeorm": "^10.0.2",
"@vercel/edge-config": "^1.1.0",
"@vercel/node": "^3.0.26",
"@vercel/postgres": "^0.8.0",
"@vercel/postgres-kysely": "^0.8.0",
"axios": "^1.6.8",
"bull": "^4.12.2",
"cheerio": "1.0.0-rc.12",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"fastify": "^4.26.2",
"fastify-multipart": "^5.4.0",
"fs-extra": "^11.2.0",
"handlebars": "^4.7.8",
"joi": "^17.12.3",
"js-yaml": "^4.1.0",
"kysely": "^0.27.3",
"lodash-es": "^4.17.21",
"marked": "^12.0.1",
"mockjs": "^1.1.0",
"mysql2": "^3.9.4",
"nest-winston": "^1.9.4",
"nodemailer": "^6.9.13",
"npm-check-updates": "^16.14.18",
"open-url-by-browser": "^1.0.1",
"reactflow": "^11.11.1",
"rxjs": "7",
"svg-captcha": "^1.4.0",
"typeorm": "^0.3.20",
"winston": "^3.13.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"@antfu/eslint-config-ts": "^0.43.1",
"@femm/prettier": "^1.1.0",
"@femm/verify-commit": "^1.0.1",
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.7",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.21",
"@types/jest": "29.5.12",
"@types/lodash-es": "^4.17.12",
"@types/mockjs": "^1.0.10",
"@types/multer": "^1.4.11",
"@types/node": "20.12.7",
"@types/node-fetch": "^3.0.3",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"commitizen": "^4.3.0",
"cz-git": "^1.9.1",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"jest": "29.7.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"source-map-support": "^0.5.21",
"supertest": "^6.3.4",
"ts-jest": "29.1.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "^5.4.5"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "src",
"testRegex": ".*\\.spec\\.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"collectCoverageFrom": [
"**/*.(t|j)s"
],
"coverageDirectory": "../coverage",
"testEnvironment": "node"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "https://github.com/h7ml/nestjs-nakoruru.git"
},
"bugs": {
"url": "https://github.com/h7ml/nestjs-nakoruru/issues"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"packageManager": "[email protected]",
"lint-staged": {
"*.{js,jsx,tsx,vue,css,scss,less,md}": [
"prettier --write"
]
}
}