-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.2 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
{
"name": "@bo2kshelf/auth-server",
"private": true,
"scripts": {
"build": "nest build",
"dev": "nest start --watch",
"debug": "nest start --watch --debug ",
"start": "nest start",
"start:prod": "node dist/main",
"clean": "rimraf dist/ coverage/",
"ts-check": "tsc --noEmit",
"lint": "scripty",
"lint:circleci": "scripty",
"lint:codecov": "scripty",
"lint:eslint": "scripty",
"lint:hadolint": "scripty",
"lint:prettier": "scripty",
"lint:renovate": "scripty",
"fmt": "run-s -cn fmt:*",
"fmt:eslint": "npm run lint:eslint -- --fix",
"fmt:prettier": "npm run lint:prettier -- --write"
},
"dependencies": {
"@nestjs/common": "7.6.15",
"@nestjs/config": "0.6.3",
"@nestjs/core": "7.6.15",
"@nestjs/jwt": "7.2.0",
"@nestjs/passport": "7.1.5",
"@nestjs/platform-express": "7.6.15",
"@prisma/client": "2.18.0",
"bcrypt": "5.0.1",
"class-transformer": "0.4.0",
"class-validator": "0.13.1",
"connect-mongo": "4.4.1",
"express-session": "1.17.1",
"passport": "0.4.1",
"passport-local": "1.0.0",
"prisma": "2.18.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.7"
},
"devDependencies": {
"@arkweid/lefthook": "0.7.2",
"@bo2kshelf/eslint-config": "1.1.1",
"@bo2kshelf/prettier-config": "1.0.0",
"@commitlint/cli": "12.0.1",
"@commitlint/config-conventional": "12.0.1",
"@nestjs/cli": "7.5.7",
"@nestjs/schematics": "7.2.9",
"@nestjs/testing": "7.6.15",
"@types/bcrypt": "3.0.1",
"@types/express": "4.17.11",
"@types/express-session": "1.17.3",
"@types/jest": "26.0.22",
"@types/mongodb": "3.6.12",
"@types/node": "14.14.41",
"@types/passport-local": "1.0.33",
"@types/supertest": "2.0.11",
"eslint": "7.21.0",
"http-server": "0.12.3",
"jest": "26.6.3",
"jest-junit": "12.0.0",
"npm-run-all": "4.1.5",
"prettier": "2.2.1",
"prettier-plugin-optipack": "1.1.2",
"prettier-plugin-organize-imports": "1.1.1",
"rimraf": "3.0.2",
"scripty": "2.0.0",
"supertest": "6.1.3",
"ts-jest": "26.5.5",
"ts-loader": "8.0.18",
"ts-node": "9.1.1",
"tsconfig-paths": "3.9.0",
"typescript": "4.2.4"
}
}