-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
184 lines (184 loc) · 6.06 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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
{
"name": "film",
"version": "2023.1.0",
"description": "Beispiel",
"author": "Juergen Zimmermann",
"private": true,
"license": "GPL-3.0",
"exports": "./dist/src/main.js",
"type": "module",
"engines": {
"node": ">=20.0.0",
"npm": ">=9.6.5"
},
"scripts": {
"prebuild": "npm run clean",
"build": "nest build",
"start": "node dist/src/main.js",
"prestart:dev": "npm run copy-resources",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"test:ORIG": "jest",
"pretest": "npm run copy-resources",
"test": "set LOG_DEFAULT=true&& set START_DB_SERVER=false&& jest --runInBand",
"test:coverage": "npm t -- --coverage",
"test:istanbul": "npm run coverage",
"test:detectOpenHandles": "set LOG_DEFAULT=true&& jest --runInBand --detectOpenHandles",
"test:forceExit": "set LOG_DEFAULT=true&& jest --runInBand --forceExit",
"test:logdebug": "jest --runInBand",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"asciidoctor": "node scripts/asciidoctor",
"clinic": "clinic doctor -- node dist/src/main.js",
"clean": "rimraf dist log/server.log",
"copy-resources": "node scripts/copy-resources",
"depcheck": "depcheck",
"eslint": "eslint --ext .ts ./src ./__tests__",
"invoke-webrequest": "pwsh -Command Invoke-WebRequest https://localhost:3000/00000000-0000-0000-0000-000000000001 -SslProtocol Tls13 -SkipCertificateCheck",
"leasot": "leasot --exit-nicely src/**/*.ts",
"prepack": "npm run clean && npm run copy-resources && npm run tsc",
"pack": "pack build juergenzimmermann/buch:1.0.0 --builder paketobuildpacks/builder:full",
"postpack": "docker tag juergenzimmermann/buch:1.0.0 juergenzimmermann/buch:latest",
"pack:clear-cache": "pack build juergenzimmermann/buch:1.0.0 --builder paketobuildpacks/builder:base --clear-cache",
"pack:inspect": "pack inspect juergenzimmermann/buch:1.0.0",
"prettier": "prettier --cache --write \"src/**/*.ts\" \"__tests__/**/*.ts\"",
"prettier:check": "prettier --cache --check \"src/**/*.ts\" \"__tests__/**/*.ts\"",
"revealjs": "asciidoctor-revealjs .extras/doc/folien/folien.adoc",
"rmi": "docker rmi juergenzimmermann/buch:1.0.0",
"snyk:auth": "echo https://app.snyk.io/account && snyk auth",
"snyk": "snyk test",
"typedoc": "typedoc",
"tsc": "tsc --pretty",
"tsc:watch": "npm run tsc -- --watch",
"type-coverage": "type-coverage --ignore-files __tests__/**/*.ts --ignore-files dist/**/*.ts --detail --show-relative-path"
},
"keywords": [
"Node",
"npm",
"Nest",
"REST",
"GraphQL",
"Apollo",
"Axios",
"TypeScript",
"ESLint",
"PostgreSQL",
"TypeORM",
"JWT",
"Passport",
"argon2",
"Ajv",
"CSP",
"Clickjacking",
"CORS",
"pino",
"nodemailer",
"Jest",
"ts-jest"
],
"dependencies": {
"@apollo/server": "4.7.1",
"@js-temporal/polyfill": "0.4.3",
"@nestjs/apollo": "11.0.5",
"@nestjs/axios": "2.0.0",
"@nestjs/common": "9.4.0",
"@nestjs/core": "9.4.0",
"@nestjs/graphql": "11.0.5",
"@nestjs/jwt": "10.0.3",
"@nestjs/passport": "9.0.3",
"@nestjs/platform-express": "9.4.0",
"@nestjs/swagger": "6.3.0",
"@nestjs/terminus": "9.2.2",
"@nestjs/typeorm": "9.0.1",
"argon2": "0.30.3",
"axios": "1.4.0",
"chalk": "5.2.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"compression": "1.7.4",
"dotenv": "16.0.3",
"express": "4.18.2",
"figlet": "1.6.0",
"form-data": "4.0.0",
"fs-extra": "11.1.1",
"graphql": "16.6.0",
"helmet": "7.0.0",
"jsonwebtoken": "9.0.0",
"mysql2": "3.3.0",
"nodemailer": "6.9.1",
"passport": "0.6.0",
"passport-jwt": "4.0.1",
"passport-local": "1.0.0",
"pg": "8.10.0",
"pino": "8.14.1",
"pino-pretty": "10.0.0",
"re2": "1.18.0",
"reflect-metadata": "0.1.13",
"rxjs": "7.8.1",
"sonic-boom": "3.3.0",
"sqlite3": "5.1.6",
"typeorm": "0.3.16",
"typeorm-naming-strategies": "4.1.0",
"uuid": "9.0.0",
"xss": "1.0.14"
},
"devDependencies": {
"@asciidoctor/reveal.js": "5.0.0-rc.1",
"@graphql-eslint/eslint-plugin": "3.18.0",
"@jest/globals": "29.5.0",
"@jest/types": "29.5.0",
"@nestjs/cli": "9.4.2",
"@nestjs/schematics": "9.1.0",
"@nestjs/testing": "9.4.0",
"@tsconfig/node18": "2.0.0",
"@tsconfig/node20": "1.0.0",
"@types/compression": "1.7.2",
"@types/express": "4.17.17",
"@types/figlet": "1.5.6",
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.1",
"@types/node": "20.1.2",
"@types/nodemailer": "6.4.7",
"@types/nodemailer-direct-transport": "1.0.32",
"@types/nodemailer-smtp-transport": "2.7.5",
"@types/passport-jwt": "3.0.8",
"@types/passport-local": "1.0.35",
"@types/shelljs": "0.8.12",
"@types/supertest": "2.0.12",
"@types/uuid": "9.0.1",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"apollo-server-types": "3.8.0",
"asciidoctor": "2.2.6",
"asciidoctor-kroki": "0.17.0",
"clinic": "12.1.0",
"depcheck": "1.4.3",
"docker-compose": "0.24.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-jest-formatting": "3.1.0",
"eslint-plugin-n": "15.7.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-regexp": "1.15.0",
"eslint-plugin-security": "1.7.1",
"eslint-plugin-security-node": "1.1.1",
"eslint-plugin-unicorn": "47.0.0",
"is-port-reachable": "4.0.0",
"jest": "29.5.0",
"jest-config": "29.5.0",
"leasot": "13.3.0",
"node-gyp": "9.3.1",
"rimraf": "5.0.0",
"shelljs": "0.8.5",
"ts-jest": "29.1.0",
"ts-loader": "9.4.2",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typedoc": "0.24.7",
"typescript": "5.0.4",
"weak-napi": "2.0.2"
}
}