@whook/create 9.0.1 → 10.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/README.md +2 -2
  2. package/bin/create.js +2 -2
  3. package/dist/index.js +47 -68
  4. package/dist/index.js.map +1 -1
  5. package/dist/services/author.js +46 -72
  6. package/dist/services/author.js.map +1 -1
  7. package/dist/services/author.test.js +86 -92
  8. package/dist/services/author.test.js.map +1 -1
  9. package/dist/services/createWhook.d.ts +8 -11
  10. package/dist/services/createWhook.js +142 -144
  11. package/dist/services/createWhook.js.map +1 -1
  12. package/dist/services/createWhook.test.js +392 -506
  13. package/dist/services/createWhook.test.js.map +1 -1
  14. package/dist/services/project.d.ts +2 -2
  15. package/dist/services/project.js +40 -62
  16. package/dist/services/project.js.map +1 -1
  17. package/dist/services/project.test.js +73 -80
  18. package/dist/services/project.test.js.map +1 -1
  19. package/package.json +50 -96
  20. package/src/index.ts +24 -17
  21. package/src/services/__snapshots__/author.test.ts.snap +3 -3
  22. package/src/services/__snapshots__/createWhook.test.ts.snap +712 -4
  23. package/src/services/author.test.ts +8 -6
  24. package/src/services/author.ts +2 -2
  25. package/src/services/createWhook.test.ts +197 -312
  26. package/src/services/createWhook.ts +38 -13
  27. package/src/services/project.test.ts +11 -6
  28. package/src/services/project.ts +3 -2
  29. package/dist/index.mjs +0 -47
  30. package/dist/index.mjs.map +0 -1
  31. package/dist/services/author.mjs +0 -63
  32. package/dist/services/author.mjs.map +0 -1
  33. package/dist/services/author.test.mjs +0 -94
  34. package/dist/services/author.test.mjs.map +0 -1
  35. package/dist/services/createWhook.mjs +0 -135
  36. package/dist/services/createWhook.mjs.map +0 -1
  37. package/dist/services/createWhook.test.mjs +0 -834
  38. package/dist/services/createWhook.test.mjs.map +0 -1
  39. package/dist/services/project.mjs +0 -50
  40. package/dist/services/project.mjs.map +0 -1
  41. package/dist/services/project.test.mjs +0 -80
  42. package/dist/services/project.test.mjs.map +0 -1
@@ -66,7 +66,184 @@ Wayne Campbell
66
66
  ],
67
67
  Array [
68
68
  "/home/whoiam/projects/yolo/package.json",
69
- "{\\"name\\":\\"super-project\\",\\"description\\":\\"A new Whook project\\",\\"version\\":\\"0.0.0\\",\\"license\\":\\"SEE LICENSE\\",\\"engines\\":{\\"node\\":\\">=12.19.0\\"},\\"main\\":\\"dist/index\\",\\"module\\":\\"dist/index.mjs\\",\\"types\\":\\"dist/index.d.ts\\",\\"private\\":true,\\"keywords\\":[\\"whook\\"],\\"author\\":{\\"name\\":\\"Wayne Campbell\\",\\"email\\":\\"wayne@warner.com\\"},\\"scripts\\":{\\"apitypes\\":\\"npm run --silent whook -- generateOpenAPISchema --authenticated=true | npm run --silent whook -- generateOpenAPITypes > src/openAPISchema.d.ts\\",\\"architecture\\":\\"jsarch 'src/**/*.ts' > ARCHITECTURE.md && git add ARCHITECTURE.md\\",\\"build\\":\\"npm run compile && NODE_ENV=\${NODE_ENV:-development} node bin/build\\",\\"compile\\":\\"rimraf -f 'dist' && npm run compile:cjs && npm run compile:mjs\\",\\"compile:cjs\\":\\"babel --env-name=cjs --out-dir=dist --extensions '.ts,.js' --source-maps=true src\\",\\"compile:mjs\\":\\"babel --env-name=mjs --out-file-extension=.mjs --out-dir=dist --extensions '.ts,.js' --source-maps=true src\\",\\"cover\\":\\"npm run jest -- --coverage\\",\\"debug\\":\\"NODE_ENV=\${NODE_ENV:-development} DEV_MODE=1 DESTROY_SOCKETS=1 DEBUG=\${DEBUG:-whook} babel-node --extensions '.ts,.js' --inspect bin/dev\\",\\"dev\\":\\"NODE_ENV=\${NODE_ENV:-development} DEV_MODE=1 DESTROY_SOCKETS=1 babel-node --extensions '.ts,.js' bin/dev\\",\\"genPackagelock\\":\\"npm i --package-lock-only\\",\\"jest\\":\\"NODE_ENV=test jest\\",\\"lint\\":\\"eslint 'src/**/*.ts'\\",\\"prettier\\":\\"prettier --write 'src/**/*.ts'\\",\\"start\\":\\"NODE_ENV=\${NODE_ENV:-development} node bin/start\\",\\"test\\":\\"npm run jest\\",\\"types\\":\\"rimraf -f 'dist/**/*.d.ts' && tsc --project . --declaration --emitDeclarationOnly --outDir dist\\",\\"watch\\":\\"NODE_ENV=\${NODE_ENV:-development} DEV_MODE=1 DESTROY_SOCKETS=1 babel-node --extensions '.ts,.js' bin/watch\\",\\"whook\\":\\"NODE_ENV=\${NODE_ENV:-development} whook\\",\\"whook-dev\\":\\"PROJECT_SRC=\\\\\\"$PWD/src\\\\\\" NODE_ENV=\${NODE_ENV:-development} babel-node --extensions '.ts,.js' -- node_modules/@whook/cli/bin/whook.js\\",\\"whook-repl\\":\\"PROJECT_SRC=\\\\\\"$PWD/src\\\\\\" NODE_ENV=\${NODE_ENV:-development} babel-node --extensions '.ts,.js' -- bin/repl.js\\"},\\"files\\":[\\"bin\\",\\"dist\\",\\"src\\",\\"LICENSE\\",\\"README.md\\",\\"CHANGELOG.md\\"],\\"dependencies\\":{\\"@whook/authorization\\":\\"<current_version>\\",\\"@whook/cli\\":\\"<current_version>\\",\\"@whook/cors\\":\\"<current_version>\\",\\"@whook/http-router\\":\\"<current_version>\\",\\"@whook/http-server\\":\\"^9.0.0\\",\\"@whook/http-transaction\\":\\"<current_version>\\",\\"@whook/swagger-ui\\":\\"<current_version>\\",\\"@whook/whook\\":\\"<current_version>\\",\\"common-services\\":\\"^10.0.2\\",\\"http-auth-utils\\":\\"^3.0.3\\",\\"jwt-service\\":\\"^8.0.1\\",\\"knifecycle\\":\\"^12.0.4\\",\\"openapi-schema-validator\\":\\"^11.0.1\\",\\"openapi-types\\":\\"^11.0.1\\",\\"strict-qs\\":\\"^6.1.5\\",\\"type-fest\\":\\"^2.13.0\\",\\"yerror\\":\\"^6.0.2\\",\\"yhttperror\\":\\"^6.0.3\\"},\\"devDependencies\\":{\\"@babel/cli\\":\\"^7.17.10\\",\\"@babel/core\\":\\"^7.18.2\\",\\"@babel/eslint-parser\\":\\"^7.18.2\\",\\"@babel/node\\":\\"^7.13.13\\",\\"@babel/plugin-proposal-class-properties\\":\\"^7.17.12\\",\\"@babel/plugin-proposal-object-rest-spread\\":\\"^7.18.0\\",\\"@babel/plugin-syntax-dynamic-import\\":\\"^7.8.3\\",\\"@babel/plugin-syntax-import-meta\\":\\"^7.10.4\\",\\"@babel/preset-env\\":\\"^7.18.2\\",\\"@babel/preset-typescript\\":\\"^7.17.12\\",\\"@babel/register\\":\\"^7.17.7\\",\\"@types/jest\\":\\"^27.0.2\\",\\"@typescript-eslint/eslint-plugin\\":\\"^5.26.0\\",\\"@typescript-eslint/parser\\":\\"^5.26.0\\",\\"axios\\":\\"^0.27.2\\",\\"babel-plugin-knifecycle\\":\\"^5.0.3\\",\\"chokidar\\":\\"^3.5.1\\",\\"eslint\\":\\"^8.16.0\\",\\"eslint-plugin-prettier\\":\\"^4.0.0\\",\\"jest\\":\\"^28.1.0\\",\\"jsarch\\":\\"^5.0.1\\",\\"parse-gitignore\\":\\"^1.0.1\\",\\"prettier\\":\\"^2.6.2\\",\\"rimraf\\":\\"^3.0.2\\",\\"schema2dts\\":\\"^4.1.1\\",\\"typescript\\":\\"^4.7.2\\"},\\"eslintConfig\\":{\\"extends\\":[\\"eslint:recommended\\",\\"plugin:@typescript-eslint/eslint-recommended\\",\\"plugin:@typescript-eslint/recommended\\"],\\"parserOptions\\":{\\"ecmaVersion\\":2018,\\"sourceType\\":\\"module\\",\\"modules\\":true},\\"env\\":{\\"es6\\":true,\\"node\\":true,\\"jest\\":true,\\"mocha\\":true},\\"plugins\\":[\\"prettier\\"],\\"rules\\":{\\"prettier/prettier\\":\\"error\\"},\\"parser\\":\\"@typescript-eslint/parser\\",\\"ignorePatterns\\":[\\"*.d.ts\\"]},\\"prettier\\":{\\"semi\\":true,\\"printWidth\\":80,\\"singleQuote\\":true,\\"trailingComma\\":\\"all\\",\\"proseWrap\\":\\"always\\"},\\"babel\\":{\\"presets\\":[\\"@babel/typescript\\",[\\"@babel/env\\",{\\"targets\\":{\\"node\\":\\"12.19.0\\"}}]],\\"plugins\\":[\\"@babel/proposal-class-properties\\",\\"@babel/plugin-proposal-object-rest-spread\\",\\"babel-plugin-knifecycle\\"],\\"env\\":{\\"cjs\\":{\\"presets\\":[[\\"@babel/env\\",{\\"targets\\":{\\"node\\":\\"10\\"},\\"modules\\":\\"commonjs\\"}]]},\\"mjs\\":{\\"presets\\":[[\\"@babel/env\\",{\\"targets\\":{\\"node\\":\\"12\\"},\\"modules\\":false}]]}},\\"sourceMaps\\":true},\\"jest\\":{\\"coverageReporters\\":[\\"lcov\\",\\"html\\"],\\"testPathIgnorePatterns\\":[\\"/node_modules/\\"],\\"roots\\":[\\"<rootDir>/src\\"],\\"testEnvironment\\":\\"node\\"}}",
69
+ "{
70
+ \\"name\\": \\"super-project\\",
71
+ \\"description\\": \\"A new Whook project\\",
72
+ \\"version\\": \\"0.0.0\\",
73
+ \\"license\\": \\"SEE LICENSE\\",
74
+ \\"engines\\": {
75
+ \\"node\\": \\">=16.15.0\\"
76
+ },
77
+ \\"main\\": \\"dist/index.js\\",
78
+ \\"types\\": \\"dist/index.d.ts\\",
79
+ \\"type\\": \\"module\\",
80
+ \\"private\\": true,
81
+ \\"keywords\\": [
82
+ \\"whook\\"
83
+ ],
84
+ \\"author\\": {
85
+ \\"name\\": \\"Wayne Campbell\\",
86
+ \\"email\\": \\"wayne@warner.com\\"
87
+ },
88
+ \\"scripts\\": {
89
+ \\"apitypes\\": \\"npm run --silent whook -- generateOpenAPISchema --authenticated=true | npm run --silent whook -- generateOpenAPITypes > src/openAPISchema.d.ts\\",
90
+ \\"architecture\\": \\"jsarch 'src/**/*.ts' > ARCHITECTURE.md && git add ARCHITECTURE.md\\",
91
+ \\"build\\": \\"rimraf -f 'dist' && tsc --outDir dist\\",
92
+ \\"cover\\": \\"npm run jest -- --coverage\\",
93
+ \\"debug\\": \\"NODE_ENV=\${NODE_ENV:-development} DEV_MODE=1 DESTROY_SOCKETS=1 DEBUG=\${DEBUG:-whook} ts-node --esm --inspect bin/dev\\",
94
+ \\"dev\\": \\"NODE_ENV=\${NODE_ENV:-development} DEV_MODE=1 DESTROY_SOCKETS=1 ts-node --esm --files bin/dev.js\\",
95
+ \\"genPackagelock\\": \\"npm i --package-lock-only\\",
96
+ \\"jest\\": \\"NODE_OPTIONS=--experimental-vm-modules NODE_ENV=test jest\\",
97
+ \\"lint\\": \\"eslint 'src/**/*.ts'\\",
98
+ \\"postbuild\\": \\"PROJECT_SRC=\\\\\\"$PWD/src\\\\\\" NODE_ENV=\${NODE_ENV:-development} ts-node --esm --files -- bin/build.js\\",
99
+ \\"prettier\\": \\"prettier --write 'src/**/*.ts'\\",
100
+ \\"start\\": \\"PROJECT_SRC=\\\\\\"$PWD/dist\\\\\\" NODE_ENV=\${NODE_ENV:-development} node bin/start.js\\",
101
+ \\"test\\": \\"NODE_ENV=test npm run build && npm run jest\\",
102
+ \\"watch\\": \\"NODE_ENV=\${NODE_ENV:-development} DEV_MODE=1 DESTROY_SOCKETS=1 ts-node --esm --files bin/watch.js\\",
103
+ \\"whook\\": \\"NODE_ENV=\${NODE_ENV:-development} whook\\",
104
+ \\"whook-dev\\": \\"PROJECT_SRC=\\\\\\"$PWD/src\\\\\\" NODE_ENV=\${NODE_ENV:-development} ts-node --esm --files -- bin/whook.js\\",
105
+ \\"whook-repl\\": \\"PROJECT_SRC=\\\\\\"$PWD/src\\\\\\" NODE_ENV=\${NODE_ENV:-development} ts-node --esm --files -- bin/repl.js\\"
106
+ },
107
+ \\"files\\": [
108
+ \\"bin\\",
109
+ \\"dist\\",
110
+ \\"src\\",
111
+ \\"LICENSE\\",
112
+ \\"README.md\\",
113
+ \\"CHANGELOG.md\\"
114
+ ],
115
+ \\"dependencies\\": {
116
+ \\"@whook/authorization\\": \\"<current_version>\\",
117
+ \\"@whook/cli\\": \\"<current_version>\\",
118
+ \\"@whook/cors\\": \\"<current_version>\\",
119
+ \\"@whook/http-router\\": \\"<current_version>\\",
120
+ \\"@whook/http-server\\": \\"^10.0.1\\",
121
+ \\"@whook/http-transaction\\": \\"<current_version>\\",
122
+ \\"@whook/swagger-ui\\": \\"<current_version>\\",
123
+ \\"@whook/whook\\": \\"<current_version>\\",
124
+ \\"common-services\\": \\"^11.0.1\\",
125
+ \\"http-auth-utils\\": \\"^3.0.3\\",
126
+ \\"jwt-service\\": \\"^9.0.1\\",
127
+ \\"knifecycle\\": \\"^14.0.0\\",
128
+ \\"openapi-schema-validator\\": \\"^12.0.0\\",
129
+ \\"openapi-types\\": \\"^12.0.0\\",
130
+ \\"strict-qs\\": \\"^7.0.0\\",
131
+ \\"type-fest\\": \\"^2.13.1\\",
132
+ \\"yerror\\": \\"^6.1.1\\",
133
+ \\"yhttperror\\": \\"^6.1.1\\"
134
+ },
135
+ \\"devDependencies\\": {
136
+ \\"@types/jest\\": \\"^28.1.1\\",
137
+ \\"@typescript-eslint/eslint-plugin\\": \\"^5.27.0\\",
138
+ \\"@typescript-eslint/parser\\": \\"^5.27.0\\",
139
+ \\"axios\\": \\"^0.27.2\\",
140
+ \\"chokidar\\": \\"^3.5.1\\",
141
+ \\"esbuild\\": \\"^0.14.46\\",
142
+ \\"esbuild-jest\\": \\"^0.5.0\\",
143
+ \\"esbuild-node-externals\\": \\"^1.4.1\\",
144
+ \\"eslint\\": \\"^8.17.0\\",
145
+ \\"eslint-config-prettier\\": \\"^8.5.0\\",
146
+ \\"eslint-plugin-prettier\\": \\"^4.0.0\\",
147
+ \\"jest\\": \\"^28.1.0\\",
148
+ \\"jsarch\\": \\"^5.0.1\\",
149
+ \\"parse-gitignore\\": \\"^1.0.1\\",
150
+ \\"prettier\\": \\"^2.6.2\\",
151
+ \\"rimraf\\": \\"^3.0.2\\",
152
+ \\"schema2dts\\": \\"^4.1.1\\",
153
+ \\"ts-node\\": \\"^10.8.1\\",
154
+ \\"typescript\\": \\"^4.7.3\\"
155
+ },
156
+ \\"eslintConfig\\": {
157
+ \\"extends\\": [
158
+ \\"eslint:recommended\\",
159
+ \\"plugin:prettier/recommended\\",
160
+ \\"plugin:@typescript-eslint/eslint-recommended\\",
161
+ \\"plugin:@typescript-eslint/recommended\\"
162
+ ],
163
+ \\"parserOptions\\": {
164
+ \\"ecmaVersion\\": 2018,
165
+ \\"sourceType\\": \\"script\\",
166
+ \\"modules\\": true
167
+ },
168
+ \\"env\\": {
169
+ \\"es6\\": true,
170
+ \\"node\\": true,
171
+ \\"jest\\": true,
172
+ \\"mocha\\": true
173
+ },
174
+ \\"plugins\\": [
175
+ \\"prettier\\"
176
+ ],
177
+ \\"rules\\": {
178
+ \\"prettier/prettier\\": \\"error\\"
179
+ },
180
+ \\"parser\\": \\"@typescript-eslint/parser\\",
181
+ \\"ignorePatterns\\": [
182
+ \\"*.d.ts\\"
183
+ ]
184
+ },
185
+ \\"prettier\\": {
186
+ \\"semi\\": true,
187
+ \\"printWidth\\": 80,
188
+ \\"singleQuote\\": true,
189
+ \\"trailingComma\\": \\"all\\",
190
+ \\"proseWrap\\": \\"always\\"
191
+ },
192
+ \\"jest\\": {
193
+ \\"coverageReporters\\": [
194
+ \\"lcov\\",
195
+ \\"html\\"
196
+ ],
197
+ \\"testPathIgnorePatterns\\": [
198
+ \\"/node_modules/\\"
199
+ ],
200
+ \\"roots\\": [
201
+ \\"<rootDir>/src\\"
202
+ ],
203
+ \\"testEnvironment\\": \\"node\\",
204
+ \\"transform\\": {
205
+ \\"^.+\\\\\\\\.tsx?$\\": [
206
+ \\"esbuild-jest\\",
207
+ {
208
+ \\"sourcemap\\": true,
209
+ \\"format\\": \\"esm\\"
210
+ }
211
+ ]
212
+ },
213
+ \\"moduleNameMapper\\": {
214
+ \\"#(.*)\\": \\"<rootDir>/../../node_modules/$1\\",
215
+ \\"(.+)\\\\\\\\.js\\": \\"$1\\"
216
+ },
217
+ \\"extensionsToTreatAsEsm\\": [
218
+ \\".ts\\"
219
+ ]
220
+ }
221
+ }",
222
+ ],
223
+ Array [
224
+ "/home/whoiam/projects/yolo/tsconfig.json",
225
+ "{
226
+ \\"compilerOptions\\": {
227
+ \\"module\\": \\"Node16\\",
228
+ \\"moduleResolution\\": \\"Node16\\",
229
+ \\"target\\": \\"es2022\\",
230
+ \\"noImplicitAny\\": false,
231
+ \\"removeComments\\": false,
232
+ \\"preserveConstEnums\\": true,
233
+ \\"allowSyntheticDefaultImports\\": true,
234
+ \\"esModuleInterop\\": true,
235
+ \\"strict\\": true,
236
+ \\"declaration\\": true,
237
+ \\"outDir\\": \\"dist\\",
238
+ \\"sourceMap\\": true
239
+ },
240
+ \\"include\\": [
241
+ \\"src/**/*.ts\\"
242
+ ],
243
+ \\"exclude\\": [
244
+ \\"node_modules\\"
245
+ ]
246
+ }",
70
247
  ],
71
248
  Array [
72
249
  "/home/whoiam/projects/yolo/LICENSE",
@@ -191,7 +368,184 @@ Wayne Campbell
191
368
  ],
192
369
  Array [
193
370
  "/home/whoiam/projects/yolo/package.json",
194
- "{\\"name\\":\\"super-project\\",\\"description\\":\\"A new Whook project\\",\\"version\\":\\"0.0.0\\",\\"license\\":\\"SEE LICENSE\\",\\"engines\\":{\\"node\\":\\">=12.19.0\\"},\\"main\\":\\"dist/index\\",\\"module\\":\\"dist/index.mjs\\",\\"types\\":\\"dist/index.d.ts\\",\\"private\\":true,\\"keywords\\":[\\"whook\\"],\\"author\\":{\\"name\\":\\"Wayne Campbell\\",\\"email\\":\\"wayne@warner.com\\"},\\"scripts\\":{\\"apitypes\\":\\"npm run --silent whook -- generateOpenAPISchema --authenticated=true | npm run --silent whook -- generateOpenAPITypes > src/openAPISchema.d.ts\\",\\"architecture\\":\\"jsarch 'src/**/*.ts' > ARCHITECTURE.md && git add ARCHITECTURE.md\\",\\"build\\":\\"npm run compile && NODE_ENV=\${NODE_ENV:-development} node bin/build\\",\\"compile\\":\\"rimraf -f 'dist' && npm run compile:cjs && npm run compile:mjs\\",\\"compile:cjs\\":\\"babel --env-name=cjs --out-dir=dist --extensions '.ts,.js' --source-maps=true src\\",\\"compile:mjs\\":\\"babel --env-name=mjs --out-file-extension=.mjs --out-dir=dist --extensions '.ts,.js' --source-maps=true src\\",\\"cover\\":\\"npm run jest -- --coverage\\",\\"debug\\":\\"NODE_ENV=\${NODE_ENV:-development} DEV_MODE=1 DESTROY_SOCKETS=1 DEBUG=\${DEBUG:-whook} babel-node --extensions '.ts,.js' --inspect bin/dev\\",\\"dev\\":\\"NODE_ENV=\${NODE_ENV:-development} DEV_MODE=1 DESTROY_SOCKETS=1 babel-node --extensions '.ts,.js' bin/dev\\",\\"genPackagelock\\":\\"npm i --package-lock-only\\",\\"jest\\":\\"NODE_ENV=test jest\\",\\"lint\\":\\"eslint 'src/**/*.ts'\\",\\"prettier\\":\\"prettier --write 'src/**/*.ts'\\",\\"start\\":\\"NODE_ENV=\${NODE_ENV:-development} node bin/start\\",\\"test\\":\\"npm run jest\\",\\"types\\":\\"rimraf -f 'dist/**/*.d.ts' && tsc --project . --declaration --emitDeclarationOnly --outDir dist\\",\\"watch\\":\\"NODE_ENV=\${NODE_ENV:-development} DEV_MODE=1 DESTROY_SOCKETS=1 babel-node --extensions '.ts,.js' bin/watch\\",\\"whook\\":\\"NODE_ENV=\${NODE_ENV:-development} whook\\",\\"whook-dev\\":\\"PROJECT_SRC=\\\\\\"$PWD/src\\\\\\" NODE_ENV=\${NODE_ENV:-development} babel-node --extensions '.ts,.js' -- node_modules/@whook/cli/bin/whook.js\\",\\"whook-repl\\":\\"PROJECT_SRC=\\\\\\"$PWD/src\\\\\\" NODE_ENV=\${NODE_ENV:-development} babel-node --extensions '.ts,.js' -- bin/repl.js\\"},\\"files\\":[\\"bin\\",\\"dist\\",\\"src\\",\\"LICENSE\\",\\"README.md\\",\\"CHANGELOG.md\\"],\\"dependencies\\":{\\"@whook/authorization\\":\\"<current_version>\\",\\"@whook/cli\\":\\"<current_version>\\",\\"@whook/cors\\":\\"<current_version>\\",\\"@whook/http-router\\":\\"<current_version>\\",\\"@whook/http-server\\":\\"^9.0.0\\",\\"@whook/http-transaction\\":\\"<current_version>\\",\\"@whook/swagger-ui\\":\\"<current_version>\\",\\"@whook/whook\\":\\"<current_version>\\",\\"common-services\\":\\"^10.0.2\\",\\"http-auth-utils\\":\\"^3.0.3\\",\\"jwt-service\\":\\"^8.0.1\\",\\"knifecycle\\":\\"^12.0.4\\",\\"openapi-schema-validator\\":\\"^11.0.1\\",\\"openapi-types\\":\\"^11.0.1\\",\\"strict-qs\\":\\"^6.1.5\\",\\"type-fest\\":\\"^2.13.0\\",\\"yerror\\":\\"^6.0.2\\",\\"yhttperror\\":\\"^6.0.3\\"},\\"devDependencies\\":{\\"@babel/cli\\":\\"^7.17.10\\",\\"@babel/core\\":\\"^7.18.2\\",\\"@babel/eslint-parser\\":\\"^7.18.2\\",\\"@babel/node\\":\\"^7.13.13\\",\\"@babel/plugin-proposal-class-properties\\":\\"^7.17.12\\",\\"@babel/plugin-proposal-object-rest-spread\\":\\"^7.18.0\\",\\"@babel/plugin-syntax-dynamic-import\\":\\"^7.8.3\\",\\"@babel/plugin-syntax-import-meta\\":\\"^7.10.4\\",\\"@babel/preset-env\\":\\"^7.18.2\\",\\"@babel/preset-typescript\\":\\"^7.17.12\\",\\"@babel/register\\":\\"^7.17.7\\",\\"@types/jest\\":\\"^27.0.2\\",\\"@typescript-eslint/eslint-plugin\\":\\"^5.26.0\\",\\"@typescript-eslint/parser\\":\\"^5.26.0\\",\\"axios\\":\\"^0.27.2\\",\\"babel-plugin-knifecycle\\":\\"^5.0.3\\",\\"chokidar\\":\\"^3.5.1\\",\\"eslint\\":\\"^8.16.0\\",\\"eslint-plugin-prettier\\":\\"^4.0.0\\",\\"jest\\":\\"^28.1.0\\",\\"jsarch\\":\\"^5.0.1\\",\\"parse-gitignore\\":\\"^1.0.1\\",\\"prettier\\":\\"^2.6.2\\",\\"rimraf\\":\\"^3.0.2\\",\\"schema2dts\\":\\"^4.1.1\\",\\"typescript\\":\\"^4.7.2\\"},\\"eslintConfig\\":{\\"extends\\":[\\"eslint:recommended\\",\\"plugin:@typescript-eslint/eslint-recommended\\",\\"plugin:@typescript-eslint/recommended\\"],\\"parserOptions\\":{\\"ecmaVersion\\":2018,\\"sourceType\\":\\"module\\",\\"modules\\":true},\\"env\\":{\\"es6\\":true,\\"node\\":true,\\"jest\\":true,\\"mocha\\":true},\\"plugins\\":[\\"prettier\\"],\\"rules\\":{\\"prettier/prettier\\":\\"error\\"},\\"parser\\":\\"@typescript-eslint/parser\\",\\"ignorePatterns\\":[\\"*.d.ts\\"]},\\"prettier\\":{\\"semi\\":true,\\"printWidth\\":80,\\"singleQuote\\":true,\\"trailingComma\\":\\"all\\",\\"proseWrap\\":\\"always\\"},\\"babel\\":{\\"presets\\":[\\"@babel/typescript\\",[\\"@babel/env\\",{\\"targets\\":{\\"node\\":\\"12.19.0\\"}}]],\\"plugins\\":[\\"@babel/proposal-class-properties\\",\\"@babel/plugin-proposal-object-rest-spread\\",\\"babel-plugin-knifecycle\\"],\\"env\\":{\\"cjs\\":{\\"presets\\":[[\\"@babel/env\\",{\\"targets\\":{\\"node\\":\\"10\\"},\\"modules\\":\\"commonjs\\"}]]},\\"mjs\\":{\\"presets\\":[[\\"@babel/env\\",{\\"targets\\":{\\"node\\":\\"12\\"},\\"modules\\":false}]]}},\\"sourceMaps\\":true},\\"jest\\":{\\"coverageReporters\\":[\\"lcov\\",\\"html\\"],\\"testPathIgnorePatterns\\":[\\"/node_modules/\\"],\\"roots\\":[\\"<rootDir>/src\\"],\\"testEnvironment\\":\\"node\\"}}",
371
+ "{
372
+ \\"name\\": \\"super-project\\",
373
+ \\"description\\": \\"A new Whook project\\",
374
+ \\"version\\": \\"0.0.0\\",
375
+ \\"license\\": \\"SEE LICENSE\\",
376
+ \\"engines\\": {
377
+ \\"node\\": \\">=16.15.0\\"
378
+ },
379
+ \\"main\\": \\"dist/index.js\\",
380
+ \\"types\\": \\"dist/index.d.ts\\",
381
+ \\"type\\": \\"module\\",
382
+ \\"private\\": true,
383
+ \\"keywords\\": [
384
+ \\"whook\\"
385
+ ],
386
+ \\"author\\": {
387
+ \\"name\\": \\"Wayne Campbell\\",
388
+ \\"email\\": \\"wayne@warner.com\\"
389
+ },
390
+ \\"scripts\\": {
391
+ \\"apitypes\\": \\"npm run --silent whook -- generateOpenAPISchema --authenticated=true | npm run --silent whook -- generateOpenAPITypes > src/openAPISchema.d.ts\\",
392
+ \\"architecture\\": \\"jsarch 'src/**/*.ts' > ARCHITECTURE.md && git add ARCHITECTURE.md\\",
393
+ \\"build\\": \\"rimraf -f 'dist' && tsc --outDir dist\\",
394
+ \\"cover\\": \\"npm run jest -- --coverage\\",
395
+ \\"debug\\": \\"NODE_ENV=\${NODE_ENV:-development} DEV_MODE=1 DESTROY_SOCKETS=1 DEBUG=\${DEBUG:-whook} ts-node --esm --inspect bin/dev\\",
396
+ \\"dev\\": \\"NODE_ENV=\${NODE_ENV:-development} DEV_MODE=1 DESTROY_SOCKETS=1 ts-node --esm --files bin/dev.js\\",
397
+ \\"genPackagelock\\": \\"npm i --package-lock-only\\",
398
+ \\"jest\\": \\"NODE_OPTIONS=--experimental-vm-modules NODE_ENV=test jest\\",
399
+ \\"lint\\": \\"eslint 'src/**/*.ts'\\",
400
+ \\"postbuild\\": \\"PROJECT_SRC=\\\\\\"$PWD/src\\\\\\" NODE_ENV=\${NODE_ENV:-development} ts-node --esm --files -- bin/build.js\\",
401
+ \\"prettier\\": \\"prettier --write 'src/**/*.ts'\\",
402
+ \\"start\\": \\"PROJECT_SRC=\\\\\\"$PWD/dist\\\\\\" NODE_ENV=\${NODE_ENV:-development} node bin/start.js\\",
403
+ \\"test\\": \\"NODE_ENV=test npm run build && npm run jest\\",
404
+ \\"watch\\": \\"NODE_ENV=\${NODE_ENV:-development} DEV_MODE=1 DESTROY_SOCKETS=1 ts-node --esm --files bin/watch.js\\",
405
+ \\"whook\\": \\"NODE_ENV=\${NODE_ENV:-development} whook\\",
406
+ \\"whook-dev\\": \\"PROJECT_SRC=\\\\\\"$PWD/src\\\\\\" NODE_ENV=\${NODE_ENV:-development} ts-node --esm --files -- bin/whook.js\\",
407
+ \\"whook-repl\\": \\"PROJECT_SRC=\\\\\\"$PWD/src\\\\\\" NODE_ENV=\${NODE_ENV:-development} ts-node --esm --files -- bin/repl.js\\"
408
+ },
409
+ \\"files\\": [
410
+ \\"bin\\",
411
+ \\"dist\\",
412
+ \\"src\\",
413
+ \\"LICENSE\\",
414
+ \\"README.md\\",
415
+ \\"CHANGELOG.md\\"
416
+ ],
417
+ \\"dependencies\\": {
418
+ \\"@whook/authorization\\": \\"<current_version>\\",
419
+ \\"@whook/cli\\": \\"<current_version>\\",
420
+ \\"@whook/cors\\": \\"<current_version>\\",
421
+ \\"@whook/http-router\\": \\"<current_version>\\",
422
+ \\"@whook/http-server\\": \\"^10.0.1\\",
423
+ \\"@whook/http-transaction\\": \\"<current_version>\\",
424
+ \\"@whook/swagger-ui\\": \\"<current_version>\\",
425
+ \\"@whook/whook\\": \\"<current_version>\\",
426
+ \\"common-services\\": \\"^11.0.1\\",
427
+ \\"http-auth-utils\\": \\"^3.0.3\\",
428
+ \\"jwt-service\\": \\"^9.0.1\\",
429
+ \\"knifecycle\\": \\"^14.0.0\\",
430
+ \\"openapi-schema-validator\\": \\"^12.0.0\\",
431
+ \\"openapi-types\\": \\"^12.0.0\\",
432
+ \\"strict-qs\\": \\"^7.0.0\\",
433
+ \\"type-fest\\": \\"^2.13.1\\",
434
+ \\"yerror\\": \\"^6.1.1\\",
435
+ \\"yhttperror\\": \\"^6.1.1\\"
436
+ },
437
+ \\"devDependencies\\": {
438
+ \\"@types/jest\\": \\"^28.1.1\\",
439
+ \\"@typescript-eslint/eslint-plugin\\": \\"^5.27.0\\",
440
+ \\"@typescript-eslint/parser\\": \\"^5.27.0\\",
441
+ \\"axios\\": \\"^0.27.2\\",
442
+ \\"chokidar\\": \\"^3.5.1\\",
443
+ \\"esbuild\\": \\"^0.14.46\\",
444
+ \\"esbuild-jest\\": \\"^0.5.0\\",
445
+ \\"esbuild-node-externals\\": \\"^1.4.1\\",
446
+ \\"eslint\\": \\"^8.17.0\\",
447
+ \\"eslint-config-prettier\\": \\"^8.5.0\\",
448
+ \\"eslint-plugin-prettier\\": \\"^4.0.0\\",
449
+ \\"jest\\": \\"^28.1.0\\",
450
+ \\"jsarch\\": \\"^5.0.1\\",
451
+ \\"parse-gitignore\\": \\"^1.0.1\\",
452
+ \\"prettier\\": \\"^2.6.2\\",
453
+ \\"rimraf\\": \\"^3.0.2\\",
454
+ \\"schema2dts\\": \\"^4.1.1\\",
455
+ \\"ts-node\\": \\"^10.8.1\\",
456
+ \\"typescript\\": \\"^4.7.3\\"
457
+ },
458
+ \\"eslintConfig\\": {
459
+ \\"extends\\": [
460
+ \\"eslint:recommended\\",
461
+ \\"plugin:prettier/recommended\\",
462
+ \\"plugin:@typescript-eslint/eslint-recommended\\",
463
+ \\"plugin:@typescript-eslint/recommended\\"
464
+ ],
465
+ \\"parserOptions\\": {
466
+ \\"ecmaVersion\\": 2018,
467
+ \\"sourceType\\": \\"script\\",
468
+ \\"modules\\": true
469
+ },
470
+ \\"env\\": {
471
+ \\"es6\\": true,
472
+ \\"node\\": true,
473
+ \\"jest\\": true,
474
+ \\"mocha\\": true
475
+ },
476
+ \\"plugins\\": [
477
+ \\"prettier\\"
478
+ ],
479
+ \\"rules\\": {
480
+ \\"prettier/prettier\\": \\"error\\"
481
+ },
482
+ \\"parser\\": \\"@typescript-eslint/parser\\",
483
+ \\"ignorePatterns\\": [
484
+ \\"*.d.ts\\"
485
+ ]
486
+ },
487
+ \\"prettier\\": {
488
+ \\"semi\\": true,
489
+ \\"printWidth\\": 80,
490
+ \\"singleQuote\\": true,
491
+ \\"trailingComma\\": \\"all\\",
492
+ \\"proseWrap\\": \\"always\\"
493
+ },
494
+ \\"jest\\": {
495
+ \\"coverageReporters\\": [
496
+ \\"lcov\\",
497
+ \\"html\\"
498
+ ],
499
+ \\"testPathIgnorePatterns\\": [
500
+ \\"/node_modules/\\"
501
+ ],
502
+ \\"roots\\": [
503
+ \\"<rootDir>/src\\"
504
+ ],
505
+ \\"testEnvironment\\": \\"node\\",
506
+ \\"transform\\": {
507
+ \\"^.+\\\\\\\\.tsx?$\\": [
508
+ \\"esbuild-jest\\",
509
+ {
510
+ \\"sourcemap\\": true,
511
+ \\"format\\": \\"esm\\"
512
+ }
513
+ ]
514
+ },
515
+ \\"moduleNameMapper\\": {
516
+ \\"#(.*)\\": \\"<rootDir>/../../node_modules/$1\\",
517
+ \\"(.+)\\\\\\\\.js\\": \\"$1\\"
518
+ },
519
+ \\"extensionsToTreatAsEsm\\": [
520
+ \\".ts\\"
521
+ ]
522
+ }
523
+ }",
524
+ ],
525
+ Array [
526
+ "/home/whoiam/projects/yolo/tsconfig.json",
527
+ "{
528
+ \\"compilerOptions\\": {
529
+ \\"module\\": \\"Node16\\",
530
+ \\"moduleResolution\\": \\"Node16\\",
531
+ \\"target\\": \\"es2022\\",
532
+ \\"noImplicitAny\\": false,
533
+ \\"removeComments\\": false,
534
+ \\"preserveConstEnums\\": true,
535
+ \\"allowSyntheticDefaultImports\\": true,
536
+ \\"esModuleInterop\\": true,
537
+ \\"strict\\": true,
538
+ \\"declaration\\": true,
539
+ \\"outDir\\": \\"dist\\",
540
+ \\"sourceMap\\": true
541
+ },
542
+ \\"include\\": [
543
+ \\"src/**/*.ts\\"
544
+ ],
545
+ \\"exclude\\": [
546
+ \\"node_modules\\"
547
+ ]
548
+ }",
195
549
  ],
196
550
  Array [
197
551
  "/home/whoiam/projects/yolo/LICENSE",
@@ -348,7 +702,184 @@ Wayne Campbell
348
702
  ],
349
703
  Array [
350
704
  "/home/whoiam/projects/yolo/package.json",
351
- "{\\"name\\":\\"super-project\\",\\"description\\":\\"A new Whook project\\",\\"version\\":\\"0.0.0\\",\\"license\\":\\"SEE LICENSE\\",\\"engines\\":{\\"node\\":\\">=12.19.0\\"},\\"main\\":\\"dist/index\\",\\"module\\":\\"dist/index.mjs\\",\\"types\\":\\"dist/index.d.ts\\",\\"private\\":true,\\"keywords\\":[\\"whook\\"],\\"author\\":{\\"name\\":\\"Wayne Campbell\\",\\"email\\":\\"wayne@warner.com\\"},\\"scripts\\":{\\"apitypes\\":\\"npm run --silent whook -- generateOpenAPISchema --authenticated=true | npm run --silent whook -- generateOpenAPITypes > src/openAPISchema.d.ts\\",\\"architecture\\":\\"jsarch 'src/**/*.ts' > ARCHITECTURE.md && git add ARCHITECTURE.md\\",\\"build\\":\\"npm run compile && NODE_ENV=\${NODE_ENV:-development} node bin/build\\",\\"compile\\":\\"rimraf -f 'dist' && npm run compile:cjs && npm run compile:mjs\\",\\"compile:cjs\\":\\"babel --env-name=cjs --out-dir=dist --extensions '.ts,.js' --source-maps=true src\\",\\"compile:mjs\\":\\"babel --env-name=mjs --out-file-extension=.mjs --out-dir=dist --extensions '.ts,.js' --source-maps=true src\\",\\"cover\\":\\"npm run jest -- --coverage\\",\\"debug\\":\\"NODE_ENV=\${NODE_ENV:-development} DEV_MODE=1 DESTROY_SOCKETS=1 DEBUG=\${DEBUG:-whook} babel-node --extensions '.ts,.js' --inspect bin/dev\\",\\"dev\\":\\"NODE_ENV=\${NODE_ENV:-development} DEV_MODE=1 DESTROY_SOCKETS=1 babel-node --extensions '.ts,.js' bin/dev\\",\\"genPackagelock\\":\\"npm i --package-lock-only\\",\\"jest\\":\\"NODE_ENV=test jest\\",\\"lint\\":\\"eslint 'src/**/*.ts'\\",\\"prettier\\":\\"prettier --write 'src/**/*.ts'\\",\\"start\\":\\"NODE_ENV=\${NODE_ENV:-development} node bin/start\\",\\"test\\":\\"npm run jest\\",\\"types\\":\\"rimraf -f 'dist/**/*.d.ts' && tsc --project . --declaration --emitDeclarationOnly --outDir dist\\",\\"watch\\":\\"NODE_ENV=\${NODE_ENV:-development} DEV_MODE=1 DESTROY_SOCKETS=1 babel-node --extensions '.ts,.js' bin/watch\\",\\"whook\\":\\"NODE_ENV=\${NODE_ENV:-development} whook\\",\\"whook-dev\\":\\"PROJECT_SRC=\\\\\\"$PWD/src\\\\\\" NODE_ENV=\${NODE_ENV:-development} babel-node --extensions '.ts,.js' -- node_modules/@whook/cli/bin/whook.js\\",\\"whook-repl\\":\\"PROJECT_SRC=\\\\\\"$PWD/src\\\\\\" NODE_ENV=\${NODE_ENV:-development} babel-node --extensions '.ts,.js' -- bin/repl.js\\"},\\"files\\":[\\"bin\\",\\"dist\\",\\"src\\",\\"LICENSE\\",\\"README.md\\",\\"CHANGELOG.md\\"],\\"dependencies\\":{\\"@whook/authorization\\":\\"<current_version>\\",\\"@whook/cli\\":\\"<current_version>\\",\\"@whook/cors\\":\\"<current_version>\\",\\"@whook/http-router\\":\\"<current_version>\\",\\"@whook/http-server\\":\\"^9.0.0\\",\\"@whook/http-transaction\\":\\"<current_version>\\",\\"@whook/swagger-ui\\":\\"<current_version>\\",\\"@whook/whook\\":\\"<current_version>\\",\\"common-services\\":\\"^10.0.2\\",\\"http-auth-utils\\":\\"^3.0.3\\",\\"jwt-service\\":\\"^8.0.1\\",\\"knifecycle\\":\\"^12.0.4\\",\\"openapi-schema-validator\\":\\"^11.0.1\\",\\"openapi-types\\":\\"^11.0.1\\",\\"strict-qs\\":\\"^6.1.5\\",\\"type-fest\\":\\"^2.13.0\\",\\"yerror\\":\\"^6.0.2\\",\\"yhttperror\\":\\"^6.0.3\\"},\\"devDependencies\\":{\\"@babel/cli\\":\\"^7.17.10\\",\\"@babel/core\\":\\"^7.18.2\\",\\"@babel/eslint-parser\\":\\"^7.18.2\\",\\"@babel/node\\":\\"^7.13.13\\",\\"@babel/plugin-proposal-class-properties\\":\\"^7.17.12\\",\\"@babel/plugin-proposal-object-rest-spread\\":\\"^7.18.0\\",\\"@babel/plugin-syntax-dynamic-import\\":\\"^7.8.3\\",\\"@babel/plugin-syntax-import-meta\\":\\"^7.10.4\\",\\"@babel/preset-env\\":\\"^7.18.2\\",\\"@babel/preset-typescript\\":\\"^7.17.12\\",\\"@babel/register\\":\\"^7.17.7\\",\\"@types/jest\\":\\"^27.0.2\\",\\"@typescript-eslint/eslint-plugin\\":\\"^5.26.0\\",\\"@typescript-eslint/parser\\":\\"^5.26.0\\",\\"axios\\":\\"^0.27.2\\",\\"babel-plugin-knifecycle\\":\\"^5.0.3\\",\\"chokidar\\":\\"^3.5.1\\",\\"eslint\\":\\"^8.16.0\\",\\"eslint-plugin-prettier\\":\\"^4.0.0\\",\\"jest\\":\\"^28.1.0\\",\\"jsarch\\":\\"^5.0.1\\",\\"parse-gitignore\\":\\"^1.0.1\\",\\"prettier\\":\\"^2.6.2\\",\\"rimraf\\":\\"^3.0.2\\",\\"schema2dts\\":\\"^4.1.1\\",\\"typescript\\":\\"^4.7.2\\"},\\"eslintConfig\\":{\\"extends\\":[\\"eslint:recommended\\",\\"plugin:@typescript-eslint/eslint-recommended\\",\\"plugin:@typescript-eslint/recommended\\"],\\"parserOptions\\":{\\"ecmaVersion\\":2018,\\"sourceType\\":\\"module\\",\\"modules\\":true},\\"env\\":{\\"es6\\":true,\\"node\\":true,\\"jest\\":true,\\"mocha\\":true},\\"plugins\\":[\\"prettier\\"],\\"rules\\":{\\"prettier/prettier\\":\\"error\\"},\\"parser\\":\\"@typescript-eslint/parser\\",\\"ignorePatterns\\":[\\"*.d.ts\\"]},\\"prettier\\":{\\"semi\\":true,\\"printWidth\\":80,\\"singleQuote\\":true,\\"trailingComma\\":\\"all\\",\\"proseWrap\\":\\"always\\"},\\"babel\\":{\\"presets\\":[\\"@babel/typescript\\",[\\"@babel/env\\",{\\"targets\\":{\\"node\\":\\"12.19.0\\"}}]],\\"plugins\\":[\\"@babel/proposal-class-properties\\",\\"@babel/plugin-proposal-object-rest-spread\\",\\"babel-plugin-knifecycle\\"],\\"env\\":{\\"cjs\\":{\\"presets\\":[[\\"@babel/env\\",{\\"targets\\":{\\"node\\":\\"10\\"},\\"modules\\":\\"commonjs\\"}]]},\\"mjs\\":{\\"presets\\":[[\\"@babel/env\\",{\\"targets\\":{\\"node\\":\\"12\\"},\\"modules\\":false}]]}},\\"sourceMaps\\":true},\\"jest\\":{\\"coverageReporters\\":[\\"lcov\\",\\"html\\"],\\"testPathIgnorePatterns\\":[\\"/node_modules/\\"],\\"roots\\":[\\"<rootDir>/src\\"],\\"testEnvironment\\":\\"node\\"}}",
705
+ "{
706
+ \\"name\\": \\"super-project\\",
707
+ \\"description\\": \\"A new Whook project\\",
708
+ \\"version\\": \\"0.0.0\\",
709
+ \\"license\\": \\"SEE LICENSE\\",
710
+ \\"engines\\": {
711
+ \\"node\\": \\">=16.15.0\\"
712
+ },
713
+ \\"main\\": \\"dist/index.js\\",
714
+ \\"types\\": \\"dist/index.d.ts\\",
715
+ \\"type\\": \\"module\\",
716
+ \\"private\\": true,
717
+ \\"keywords\\": [
718
+ \\"whook\\"
719
+ ],
720
+ \\"author\\": {
721
+ \\"name\\": \\"Wayne Campbell\\",
722
+ \\"email\\": \\"wayne@warner.com\\"
723
+ },
724
+ \\"scripts\\": {
725
+ \\"apitypes\\": \\"npm run --silent whook -- generateOpenAPISchema --authenticated=true | npm run --silent whook -- generateOpenAPITypes > src/openAPISchema.d.ts\\",
726
+ \\"architecture\\": \\"jsarch 'src/**/*.ts' > ARCHITECTURE.md && git add ARCHITECTURE.md\\",
727
+ \\"build\\": \\"rimraf -f 'dist' && tsc --outDir dist\\",
728
+ \\"cover\\": \\"npm run jest -- --coverage\\",
729
+ \\"debug\\": \\"NODE_ENV=\${NODE_ENV:-development} DEV_MODE=1 DESTROY_SOCKETS=1 DEBUG=\${DEBUG:-whook} ts-node --esm --inspect bin/dev\\",
730
+ \\"dev\\": \\"NODE_ENV=\${NODE_ENV:-development} DEV_MODE=1 DESTROY_SOCKETS=1 ts-node --esm --files bin/dev.js\\",
731
+ \\"genPackagelock\\": \\"npm i --package-lock-only\\",
732
+ \\"jest\\": \\"NODE_OPTIONS=--experimental-vm-modules NODE_ENV=test jest\\",
733
+ \\"lint\\": \\"eslint 'src/**/*.ts'\\",
734
+ \\"postbuild\\": \\"PROJECT_SRC=\\\\\\"$PWD/src\\\\\\" NODE_ENV=\${NODE_ENV:-development} ts-node --esm --files -- bin/build.js\\",
735
+ \\"prettier\\": \\"prettier --write 'src/**/*.ts'\\",
736
+ \\"start\\": \\"PROJECT_SRC=\\\\\\"$PWD/dist\\\\\\" NODE_ENV=\${NODE_ENV:-development} node bin/start.js\\",
737
+ \\"test\\": \\"NODE_ENV=test npm run build && npm run jest\\",
738
+ \\"watch\\": \\"NODE_ENV=\${NODE_ENV:-development} DEV_MODE=1 DESTROY_SOCKETS=1 ts-node --esm --files bin/watch.js\\",
739
+ \\"whook\\": \\"NODE_ENV=\${NODE_ENV:-development} whook\\",
740
+ \\"whook-dev\\": \\"PROJECT_SRC=\\\\\\"$PWD/src\\\\\\" NODE_ENV=\${NODE_ENV:-development} ts-node --esm --files -- bin/whook.js\\",
741
+ \\"whook-repl\\": \\"PROJECT_SRC=\\\\\\"$PWD/src\\\\\\" NODE_ENV=\${NODE_ENV:-development} ts-node --esm --files -- bin/repl.js\\"
742
+ },
743
+ \\"files\\": [
744
+ \\"bin\\",
745
+ \\"dist\\",
746
+ \\"src\\",
747
+ \\"LICENSE\\",
748
+ \\"README.md\\",
749
+ \\"CHANGELOG.md\\"
750
+ ],
751
+ \\"dependencies\\": {
752
+ \\"@whook/authorization\\": \\"<current_version>\\",
753
+ \\"@whook/cli\\": \\"<current_version>\\",
754
+ \\"@whook/cors\\": \\"<current_version>\\",
755
+ \\"@whook/http-router\\": \\"<current_version>\\",
756
+ \\"@whook/http-server\\": \\"^10.0.1\\",
757
+ \\"@whook/http-transaction\\": \\"<current_version>\\",
758
+ \\"@whook/swagger-ui\\": \\"<current_version>\\",
759
+ \\"@whook/whook\\": \\"<current_version>\\",
760
+ \\"common-services\\": \\"^11.0.1\\",
761
+ \\"http-auth-utils\\": \\"^3.0.3\\",
762
+ \\"jwt-service\\": \\"^9.0.1\\",
763
+ \\"knifecycle\\": \\"^14.0.0\\",
764
+ \\"openapi-schema-validator\\": \\"^12.0.0\\",
765
+ \\"openapi-types\\": \\"^12.0.0\\",
766
+ \\"strict-qs\\": \\"^7.0.0\\",
767
+ \\"type-fest\\": \\"^2.13.1\\",
768
+ \\"yerror\\": \\"^6.1.1\\",
769
+ \\"yhttperror\\": \\"^6.1.1\\"
770
+ },
771
+ \\"devDependencies\\": {
772
+ \\"@types/jest\\": \\"^28.1.1\\",
773
+ \\"@typescript-eslint/eslint-plugin\\": \\"^5.27.0\\",
774
+ \\"@typescript-eslint/parser\\": \\"^5.27.0\\",
775
+ \\"axios\\": \\"^0.27.2\\",
776
+ \\"chokidar\\": \\"^3.5.1\\",
777
+ \\"esbuild\\": \\"^0.14.46\\",
778
+ \\"esbuild-jest\\": \\"^0.5.0\\",
779
+ \\"esbuild-node-externals\\": \\"^1.4.1\\",
780
+ \\"eslint\\": \\"^8.17.0\\",
781
+ \\"eslint-config-prettier\\": \\"^8.5.0\\",
782
+ \\"eslint-plugin-prettier\\": \\"^4.0.0\\",
783
+ \\"jest\\": \\"^28.1.0\\",
784
+ \\"jsarch\\": \\"^5.0.1\\",
785
+ \\"parse-gitignore\\": \\"^1.0.1\\",
786
+ \\"prettier\\": \\"^2.6.2\\",
787
+ \\"rimraf\\": \\"^3.0.2\\",
788
+ \\"schema2dts\\": \\"^4.1.1\\",
789
+ \\"ts-node\\": \\"^10.8.1\\",
790
+ \\"typescript\\": \\"^4.7.3\\"
791
+ },
792
+ \\"eslintConfig\\": {
793
+ \\"extends\\": [
794
+ \\"eslint:recommended\\",
795
+ \\"plugin:prettier/recommended\\",
796
+ \\"plugin:@typescript-eslint/eslint-recommended\\",
797
+ \\"plugin:@typescript-eslint/recommended\\"
798
+ ],
799
+ \\"parserOptions\\": {
800
+ \\"ecmaVersion\\": 2018,
801
+ \\"sourceType\\": \\"script\\",
802
+ \\"modules\\": true
803
+ },
804
+ \\"env\\": {
805
+ \\"es6\\": true,
806
+ \\"node\\": true,
807
+ \\"jest\\": true,
808
+ \\"mocha\\": true
809
+ },
810
+ \\"plugins\\": [
811
+ \\"prettier\\"
812
+ ],
813
+ \\"rules\\": {
814
+ \\"prettier/prettier\\": \\"error\\"
815
+ },
816
+ \\"parser\\": \\"@typescript-eslint/parser\\",
817
+ \\"ignorePatterns\\": [
818
+ \\"*.d.ts\\"
819
+ ]
820
+ },
821
+ \\"prettier\\": {
822
+ \\"semi\\": true,
823
+ \\"printWidth\\": 80,
824
+ \\"singleQuote\\": true,
825
+ \\"trailingComma\\": \\"all\\",
826
+ \\"proseWrap\\": \\"always\\"
827
+ },
828
+ \\"jest\\": {
829
+ \\"coverageReporters\\": [
830
+ \\"lcov\\",
831
+ \\"html\\"
832
+ ],
833
+ \\"testPathIgnorePatterns\\": [
834
+ \\"/node_modules/\\"
835
+ ],
836
+ \\"roots\\": [
837
+ \\"<rootDir>/src\\"
838
+ ],
839
+ \\"testEnvironment\\": \\"node\\",
840
+ \\"transform\\": {
841
+ \\"^.+\\\\\\\\.tsx?$\\": [
842
+ \\"esbuild-jest\\",
843
+ {
844
+ \\"sourcemap\\": true,
845
+ \\"format\\": \\"esm\\"
846
+ }
847
+ ]
848
+ },
849
+ \\"moduleNameMapper\\": {
850
+ \\"#(.*)\\": \\"<rootDir>/../../node_modules/$1\\",
851
+ \\"(.+)\\\\\\\\.js\\": \\"$1\\"
852
+ },
853
+ \\"extensionsToTreatAsEsm\\": [
854
+ \\".ts\\"
855
+ ]
856
+ }
857
+ }",
858
+ ],
859
+ Array [
860
+ "/home/whoiam/projects/yolo/tsconfig.json",
861
+ "{
862
+ \\"compilerOptions\\": {
863
+ \\"module\\": \\"Node16\\",
864
+ \\"moduleResolution\\": \\"Node16\\",
865
+ \\"target\\": \\"es2022\\",
866
+ \\"noImplicitAny\\": false,
867
+ \\"removeComments\\": false,
868
+ \\"preserveConstEnums\\": true,
869
+ \\"allowSyntheticDefaultImports\\": true,
870
+ \\"esModuleInterop\\": true,
871
+ \\"strict\\": true,
872
+ \\"declaration\\": true,
873
+ \\"outDir\\": \\"dist\\",
874
+ \\"sourceMap\\": true
875
+ },
876
+ \\"include\\": [
877
+ \\"src/**/*.ts\\"
878
+ ],
879
+ \\"exclude\\": [
880
+ \\"node_modules\\"
881
+ ]
882
+ }",
352
883
  ],
353
884
  Array [
354
885
  "/home/whoiam/projects/yolo/LICENSE",
@@ -493,7 +1024,184 @@ Wayne Campbell
493
1024
  ],
494
1025
  Array [
495
1026
  "/home/whoiam/projects/yolo/package.json",
496
- "{\\"name\\":\\"super-project\\",\\"description\\":\\"A new Whook project\\",\\"version\\":\\"0.0.0\\",\\"license\\":\\"SEE LICENSE\\",\\"engines\\":{\\"node\\":\\">=12.19.0\\"},\\"main\\":\\"dist/index\\",\\"module\\":\\"dist/index.mjs\\",\\"types\\":\\"dist/index.d.ts\\",\\"private\\":true,\\"keywords\\":[\\"whook\\"],\\"author\\":{\\"name\\":\\"Wayne Campbell\\",\\"email\\":\\"wayne@warner.com\\"},\\"scripts\\":{\\"apitypes\\":\\"npm run --silent whook -- generateOpenAPISchema --authenticated=true | npm run --silent whook -- generateOpenAPITypes > src/openAPISchema.d.ts\\",\\"architecture\\":\\"jsarch 'src/**/*.ts' > ARCHITECTURE.md && git add ARCHITECTURE.md\\",\\"build\\":\\"npm run compile && NODE_ENV=\${NODE_ENV:-development} node bin/build\\",\\"compile\\":\\"rimraf -f 'dist' && npm run compile:cjs && npm run compile:mjs\\",\\"compile:cjs\\":\\"babel --env-name=cjs --out-dir=dist --extensions '.ts,.js' --source-maps=true src\\",\\"compile:mjs\\":\\"babel --env-name=mjs --out-file-extension=.mjs --out-dir=dist --extensions '.ts,.js' --source-maps=true src\\",\\"cover\\":\\"npm run jest -- --coverage\\",\\"debug\\":\\"NODE_ENV=\${NODE_ENV:-development} DEV_MODE=1 DESTROY_SOCKETS=1 DEBUG=\${DEBUG:-whook} babel-node --extensions '.ts,.js' --inspect bin/dev\\",\\"dev\\":\\"NODE_ENV=\${NODE_ENV:-development} DEV_MODE=1 DESTROY_SOCKETS=1 babel-node --extensions '.ts,.js' bin/dev\\",\\"genPackagelock\\":\\"npm i --package-lock-only\\",\\"jest\\":\\"NODE_ENV=test jest\\",\\"lint\\":\\"eslint 'src/**/*.ts'\\",\\"prettier\\":\\"prettier --write 'src/**/*.ts'\\",\\"start\\":\\"NODE_ENV=\${NODE_ENV:-development} node bin/start\\",\\"test\\":\\"npm run jest\\",\\"types\\":\\"rimraf -f 'dist/**/*.d.ts' && tsc --project . --declaration --emitDeclarationOnly --outDir dist\\",\\"watch\\":\\"NODE_ENV=\${NODE_ENV:-development} DEV_MODE=1 DESTROY_SOCKETS=1 babel-node --extensions '.ts,.js' bin/watch\\",\\"whook\\":\\"NODE_ENV=\${NODE_ENV:-development} whook\\",\\"whook-dev\\":\\"PROJECT_SRC=\\\\\\"$PWD/src\\\\\\" NODE_ENV=\${NODE_ENV:-development} babel-node --extensions '.ts,.js' -- node_modules/@whook/cli/bin/whook.js\\",\\"whook-repl\\":\\"PROJECT_SRC=\\\\\\"$PWD/src\\\\\\" NODE_ENV=\${NODE_ENV:-development} babel-node --extensions '.ts,.js' -- bin/repl.js\\"},\\"files\\":[\\"bin\\",\\"dist\\",\\"src\\",\\"LICENSE\\",\\"README.md\\",\\"CHANGELOG.md\\"],\\"dependencies\\":{\\"@whook/authorization\\":\\"<current_version>\\",\\"@whook/cli\\":\\"<current_version>\\",\\"@whook/cors\\":\\"<current_version>\\",\\"@whook/http-router\\":\\"<current_version>\\",\\"@whook/http-server\\":\\"^9.0.0\\",\\"@whook/http-transaction\\":\\"<current_version>\\",\\"@whook/swagger-ui\\":\\"<current_version>\\",\\"@whook/whook\\":\\"<current_version>\\",\\"common-services\\":\\"^10.0.2\\",\\"http-auth-utils\\":\\"^3.0.3\\",\\"jwt-service\\":\\"^8.0.1\\",\\"knifecycle\\":\\"^12.0.4\\",\\"openapi-schema-validator\\":\\"^11.0.1\\",\\"openapi-types\\":\\"^11.0.1\\",\\"strict-qs\\":\\"^6.1.5\\",\\"type-fest\\":\\"^2.13.0\\",\\"yerror\\":\\"^6.0.2\\",\\"yhttperror\\":\\"^6.0.3\\"},\\"devDependencies\\":{\\"@babel/cli\\":\\"^7.17.10\\",\\"@babel/core\\":\\"^7.18.2\\",\\"@babel/eslint-parser\\":\\"^7.18.2\\",\\"@babel/node\\":\\"^7.13.13\\",\\"@babel/plugin-proposal-class-properties\\":\\"^7.17.12\\",\\"@babel/plugin-proposal-object-rest-spread\\":\\"^7.18.0\\",\\"@babel/plugin-syntax-dynamic-import\\":\\"^7.8.3\\",\\"@babel/plugin-syntax-import-meta\\":\\"^7.10.4\\",\\"@babel/preset-env\\":\\"^7.18.2\\",\\"@babel/preset-typescript\\":\\"^7.17.12\\",\\"@babel/register\\":\\"^7.17.7\\",\\"@types/jest\\":\\"^27.0.2\\",\\"@typescript-eslint/eslint-plugin\\":\\"^5.26.0\\",\\"@typescript-eslint/parser\\":\\"^5.26.0\\",\\"axios\\":\\"^0.27.2\\",\\"babel-plugin-knifecycle\\":\\"^5.0.3\\",\\"chokidar\\":\\"^3.5.1\\",\\"eslint\\":\\"^8.16.0\\",\\"eslint-plugin-prettier\\":\\"^4.0.0\\",\\"jest\\":\\"^28.1.0\\",\\"jsarch\\":\\"^5.0.1\\",\\"parse-gitignore\\":\\"^1.0.1\\",\\"prettier\\":\\"^2.6.2\\",\\"rimraf\\":\\"^3.0.2\\",\\"schema2dts\\":\\"^4.1.1\\",\\"typescript\\":\\"^4.7.2\\"},\\"eslintConfig\\":{\\"extends\\":[\\"eslint:recommended\\",\\"plugin:@typescript-eslint/eslint-recommended\\",\\"plugin:@typescript-eslint/recommended\\"],\\"parserOptions\\":{\\"ecmaVersion\\":2018,\\"sourceType\\":\\"module\\",\\"modules\\":true},\\"env\\":{\\"es6\\":true,\\"node\\":true,\\"jest\\":true,\\"mocha\\":true},\\"plugins\\":[\\"prettier\\"],\\"rules\\":{\\"prettier/prettier\\":\\"error\\"},\\"parser\\":\\"@typescript-eslint/parser\\",\\"ignorePatterns\\":[\\"*.d.ts\\"]},\\"prettier\\":{\\"semi\\":true,\\"printWidth\\":80,\\"singleQuote\\":true,\\"trailingComma\\":\\"all\\",\\"proseWrap\\":\\"always\\"},\\"babel\\":{\\"presets\\":[\\"@babel/typescript\\",[\\"@babel/env\\",{\\"targets\\":{\\"node\\":\\"12.19.0\\"}}]],\\"plugins\\":[\\"@babel/proposal-class-properties\\",\\"@babel/plugin-proposal-object-rest-spread\\",\\"babel-plugin-knifecycle\\"],\\"env\\":{\\"cjs\\":{\\"presets\\":[[\\"@babel/env\\",{\\"targets\\":{\\"node\\":\\"10\\"},\\"modules\\":\\"commonjs\\"}]]},\\"mjs\\":{\\"presets\\":[[\\"@babel/env\\",{\\"targets\\":{\\"node\\":\\"12\\"},\\"modules\\":false}]]}},\\"sourceMaps\\":true},\\"jest\\":{\\"coverageReporters\\":[\\"lcov\\",\\"html\\"],\\"testPathIgnorePatterns\\":[\\"/node_modules/\\"],\\"roots\\":[\\"<rootDir>/src\\"],\\"testEnvironment\\":\\"node\\"}}",
1027
+ "{
1028
+ \\"name\\": \\"super-project\\",
1029
+ \\"description\\": \\"A new Whook project\\",
1030
+ \\"version\\": \\"0.0.0\\",
1031
+ \\"license\\": \\"SEE LICENSE\\",
1032
+ \\"engines\\": {
1033
+ \\"node\\": \\">=16.15.0\\"
1034
+ },
1035
+ \\"main\\": \\"dist/index.js\\",
1036
+ \\"types\\": \\"dist/index.d.ts\\",
1037
+ \\"type\\": \\"module\\",
1038
+ \\"private\\": true,
1039
+ \\"keywords\\": [
1040
+ \\"whook\\"
1041
+ ],
1042
+ \\"author\\": {
1043
+ \\"name\\": \\"Wayne Campbell\\",
1044
+ \\"email\\": \\"wayne@warner.com\\"
1045
+ },
1046
+ \\"scripts\\": {
1047
+ \\"apitypes\\": \\"npm run --silent whook -- generateOpenAPISchema --authenticated=true | npm run --silent whook -- generateOpenAPITypes > src/openAPISchema.d.ts\\",
1048
+ \\"architecture\\": \\"jsarch 'src/**/*.ts' > ARCHITECTURE.md && git add ARCHITECTURE.md\\",
1049
+ \\"build\\": \\"rimraf -f 'dist' && tsc --outDir dist\\",
1050
+ \\"cover\\": \\"npm run jest -- --coverage\\",
1051
+ \\"debug\\": \\"NODE_ENV=\${NODE_ENV:-development} DEV_MODE=1 DESTROY_SOCKETS=1 DEBUG=\${DEBUG:-whook} ts-node --esm --inspect bin/dev\\",
1052
+ \\"dev\\": \\"NODE_ENV=\${NODE_ENV:-development} DEV_MODE=1 DESTROY_SOCKETS=1 ts-node --esm --files bin/dev.js\\",
1053
+ \\"genPackagelock\\": \\"npm i --package-lock-only\\",
1054
+ \\"jest\\": \\"NODE_OPTIONS=--experimental-vm-modules NODE_ENV=test jest\\",
1055
+ \\"lint\\": \\"eslint 'src/**/*.ts'\\",
1056
+ \\"postbuild\\": \\"PROJECT_SRC=\\\\\\"$PWD/src\\\\\\" NODE_ENV=\${NODE_ENV:-development} ts-node --esm --files -- bin/build.js\\",
1057
+ \\"prettier\\": \\"prettier --write 'src/**/*.ts'\\",
1058
+ \\"start\\": \\"PROJECT_SRC=\\\\\\"$PWD/dist\\\\\\" NODE_ENV=\${NODE_ENV:-development} node bin/start.js\\",
1059
+ \\"test\\": \\"NODE_ENV=test npm run build && npm run jest\\",
1060
+ \\"watch\\": \\"NODE_ENV=\${NODE_ENV:-development} DEV_MODE=1 DESTROY_SOCKETS=1 ts-node --esm --files bin/watch.js\\",
1061
+ \\"whook\\": \\"NODE_ENV=\${NODE_ENV:-development} whook\\",
1062
+ \\"whook-dev\\": \\"PROJECT_SRC=\\\\\\"$PWD/src\\\\\\" NODE_ENV=\${NODE_ENV:-development} ts-node --esm --files -- bin/whook.js\\",
1063
+ \\"whook-repl\\": \\"PROJECT_SRC=\\\\\\"$PWD/src\\\\\\" NODE_ENV=\${NODE_ENV:-development} ts-node --esm --files -- bin/repl.js\\"
1064
+ },
1065
+ \\"files\\": [
1066
+ \\"bin\\",
1067
+ \\"dist\\",
1068
+ \\"src\\",
1069
+ \\"LICENSE\\",
1070
+ \\"README.md\\",
1071
+ \\"CHANGELOG.md\\"
1072
+ ],
1073
+ \\"dependencies\\": {
1074
+ \\"@whook/authorization\\": \\"<current_version>\\",
1075
+ \\"@whook/cli\\": \\"<current_version>\\",
1076
+ \\"@whook/cors\\": \\"<current_version>\\",
1077
+ \\"@whook/http-router\\": \\"<current_version>\\",
1078
+ \\"@whook/http-server\\": \\"^10.0.1\\",
1079
+ \\"@whook/http-transaction\\": \\"<current_version>\\",
1080
+ \\"@whook/swagger-ui\\": \\"<current_version>\\",
1081
+ \\"@whook/whook\\": \\"<current_version>\\",
1082
+ \\"common-services\\": \\"^11.0.1\\",
1083
+ \\"http-auth-utils\\": \\"^3.0.3\\",
1084
+ \\"jwt-service\\": \\"^9.0.1\\",
1085
+ \\"knifecycle\\": \\"^14.0.0\\",
1086
+ \\"openapi-schema-validator\\": \\"^12.0.0\\",
1087
+ \\"openapi-types\\": \\"^12.0.0\\",
1088
+ \\"strict-qs\\": \\"^7.0.0\\",
1089
+ \\"type-fest\\": \\"^2.13.1\\",
1090
+ \\"yerror\\": \\"^6.1.1\\",
1091
+ \\"yhttperror\\": \\"^6.1.1\\"
1092
+ },
1093
+ \\"devDependencies\\": {
1094
+ \\"@types/jest\\": \\"^28.1.1\\",
1095
+ \\"@typescript-eslint/eslint-plugin\\": \\"^5.27.0\\",
1096
+ \\"@typescript-eslint/parser\\": \\"^5.27.0\\",
1097
+ \\"axios\\": \\"^0.27.2\\",
1098
+ \\"chokidar\\": \\"^3.5.1\\",
1099
+ \\"esbuild\\": \\"^0.14.46\\",
1100
+ \\"esbuild-jest\\": \\"^0.5.0\\",
1101
+ \\"esbuild-node-externals\\": \\"^1.4.1\\",
1102
+ \\"eslint\\": \\"^8.17.0\\",
1103
+ \\"eslint-config-prettier\\": \\"^8.5.0\\",
1104
+ \\"eslint-plugin-prettier\\": \\"^4.0.0\\",
1105
+ \\"jest\\": \\"^28.1.0\\",
1106
+ \\"jsarch\\": \\"^5.0.1\\",
1107
+ \\"parse-gitignore\\": \\"^1.0.1\\",
1108
+ \\"prettier\\": \\"^2.6.2\\",
1109
+ \\"rimraf\\": \\"^3.0.2\\",
1110
+ \\"schema2dts\\": \\"^4.1.1\\",
1111
+ \\"ts-node\\": \\"^10.8.1\\",
1112
+ \\"typescript\\": \\"^4.7.3\\"
1113
+ },
1114
+ \\"eslintConfig\\": {
1115
+ \\"extends\\": [
1116
+ \\"eslint:recommended\\",
1117
+ \\"plugin:prettier/recommended\\",
1118
+ \\"plugin:@typescript-eslint/eslint-recommended\\",
1119
+ \\"plugin:@typescript-eslint/recommended\\"
1120
+ ],
1121
+ \\"parserOptions\\": {
1122
+ \\"ecmaVersion\\": 2018,
1123
+ \\"sourceType\\": \\"script\\",
1124
+ \\"modules\\": true
1125
+ },
1126
+ \\"env\\": {
1127
+ \\"es6\\": true,
1128
+ \\"node\\": true,
1129
+ \\"jest\\": true,
1130
+ \\"mocha\\": true
1131
+ },
1132
+ \\"plugins\\": [
1133
+ \\"prettier\\"
1134
+ ],
1135
+ \\"rules\\": {
1136
+ \\"prettier/prettier\\": \\"error\\"
1137
+ },
1138
+ \\"parser\\": \\"@typescript-eslint/parser\\",
1139
+ \\"ignorePatterns\\": [
1140
+ \\"*.d.ts\\"
1141
+ ]
1142
+ },
1143
+ \\"prettier\\": {
1144
+ \\"semi\\": true,
1145
+ \\"printWidth\\": 80,
1146
+ \\"singleQuote\\": true,
1147
+ \\"trailingComma\\": \\"all\\",
1148
+ \\"proseWrap\\": \\"always\\"
1149
+ },
1150
+ \\"jest\\": {
1151
+ \\"coverageReporters\\": [
1152
+ \\"lcov\\",
1153
+ \\"html\\"
1154
+ ],
1155
+ \\"testPathIgnorePatterns\\": [
1156
+ \\"/node_modules/\\"
1157
+ ],
1158
+ \\"roots\\": [
1159
+ \\"<rootDir>/src\\"
1160
+ ],
1161
+ \\"testEnvironment\\": \\"node\\",
1162
+ \\"transform\\": {
1163
+ \\"^.+\\\\\\\\.tsx?$\\": [
1164
+ \\"esbuild-jest\\",
1165
+ {
1166
+ \\"sourcemap\\": true,
1167
+ \\"format\\": \\"esm\\"
1168
+ }
1169
+ ]
1170
+ },
1171
+ \\"moduleNameMapper\\": {
1172
+ \\"#(.*)\\": \\"<rootDir>/../../node_modules/$1\\",
1173
+ \\"(.+)\\\\\\\\.js\\": \\"$1\\"
1174
+ },
1175
+ \\"extensionsToTreatAsEsm\\": [
1176
+ \\".ts\\"
1177
+ ]
1178
+ }
1179
+ }",
1180
+ ],
1181
+ Array [
1182
+ "/home/whoiam/projects/yolo/tsconfig.json",
1183
+ "{
1184
+ \\"compilerOptions\\": {
1185
+ \\"module\\": \\"Node16\\",
1186
+ \\"moduleResolution\\": \\"Node16\\",
1187
+ \\"target\\": \\"es2022\\",
1188
+ \\"noImplicitAny\\": false,
1189
+ \\"removeComments\\": false,
1190
+ \\"preserveConstEnums\\": true,
1191
+ \\"allowSyntheticDefaultImports\\": true,
1192
+ \\"esModuleInterop\\": true,
1193
+ \\"strict\\": true,
1194
+ \\"declaration\\": true,
1195
+ \\"outDir\\": \\"dist\\",
1196
+ \\"sourceMap\\": true
1197
+ },
1198
+ \\"include\\": [
1199
+ \\"src/**/*.ts\\"
1200
+ ],
1201
+ \\"exclude\\": [
1202
+ \\"node_modules\\"
1203
+ ]
1204
+ }",
497
1205
  ],
498
1206
  Array [
499
1207
  "/home/whoiam/projects/yolo/LICENSE",