-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "wxkf-manager",
"version": "1.0.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nest start",
"build": "nest build",
"start:dev": "NODE_ENV=development nest start --watch",
"docker-ci": "./scripts/build_docker_ci.sh"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@chatie/tsconfig": "^4.9.2",
"@nestjs/common": "^9.3.12",
"@nestjs/config": "^2.3.1",
"@nestjs/core": "^9.3.12",
"@nestjs/event-emitter": "^1.4.1",
"@nestjs/mongoose": "^9.2.2",
"@nestjs/platform-express": "^9.3.12",
"@wecom/crypto": "^1.0.1",
"axios": "^1.3.5",
"logfilestream": "^1.1.0",
"mongoose": "^7.0.3",
"nestjs-pino": "^3.1.2",
"pino": "^8.11.0",
"pino-pretty": "^10.0.0",
"uuid": "^9.0.0",
"xml2js": "^0.5.0"
},
"devDependencies": {
"@nestjs/cli": "^9.4.0",
"@types/express": "^4.17.17",
"@types/xml2js": "^0.4.11",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"eslint-plugin-promise": "^6.1.1"
}
}