This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.68 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
{
"name": "@henken.club/search-backend",
"private": true,
"scripts": {
"build": "nest build",
"dev": "nest start --watch",
"debug": "nest start --watch --debug ",
"start": "nest start",
"generate": "run-p -cln generate:*",
"generate:protogen": "scripty",
"typecheck": "tsc --noEmit",
"lint": "run-s -cn lint:*",
"lint:eslint": "eslint . --ext .js,.ts --cache",
"lint:dprint": "dprint check",
"lint:cspell": "cspell",
"fmt": "run-s -cn fmt:*",
"fmt:eslint": "yarn lint:eslint --fix",
"fmt:dprint": "dprint fmt"
},
"dependencies": {
"@apollo/federation": "^0.33.0",
"@grpc/grpc-js": "^1.3.8",
"@grpc/proto-loader": "^0.6.5",
"@nestjs/common": "8.0.9",
"@nestjs/config": "1.0.1",
"@nestjs/core": "8.0.9",
"@nestjs/graphql": "^9.0.5",
"@nestjs/microservices": "^8.1.0",
"@nestjs/platform-express": "8.0.9",
"@nestjs/terminus": "^8.0.1",
"@prisma/client": "3.1.1",
"apollo-server-express": "^3.3.0",
"class-transformer": "0.4.0",
"class-validator": "0.13.1",
"graphql": "^15.6.1",
"reflect-metadata": "0.1.13",
"rxjs": "7.3.0"
},
"devDependencies": {
"@arkweid/lefthook": "0.7.6",
"@nestjs/cli": "8.1.2",
"@nestjs/schematics": "8.0.3",
"@shopify/eslint-plugin": "40.4.0",
"@types/express": "4.17.13",
"@types/node": "16.10.2",
"cspell": "^5.11.1",
"eslint": "7.32.0",
"eslint-plugin-unused-imports": "1.1.5",
"grpc-tools": "^1.11.2",
"jest": "27.2.4",
"npm-run-all": "4.1.5",
"scripty": "^2.0.0",
"ts-loader": "9.2.6",
"ts-node": "10.2.1",
"ts-proto": "1.82.5",
"tsconfig-paths": "3.11.0",
"typescript": "4.4.3"
}
}