| 
									
										
										
										
											2021-11-15 11:28:39 +01:00
										 |  |  | { | 
					
						
							|  |  |  |   "name": "autobaan", | 
					
						
							| 
									
										
										
										
											2023-05-26 15:43:14 -05:00
										 |  |  |   "version": "0.0.1", | 
					
						
							| 
									
										
										
										
											2021-11-15 11:28:39 +01:00
										 |  |  |   "description": "", | 
					
						
							| 
									
										
										
										
											2023-05-26 15:43:14 -05:00
										 |  |  |   "author": "", | 
					
						
							| 
									
										
										
										
											2021-11-28 19:40:16 +01:00
										 |  |  |   "private": true, | 
					
						
							| 
									
										
										
										
											2023-05-26 15:43:14 -05:00
										 |  |  |   "license": "UNLICENSED", | 
					
						
							| 
									
										
										
										
											2021-11-15 11:28:39 +01:00
										 |  |  |   "scripts": { | 
					
						
							| 
									
										
										
										
											2023-05-26 15:43:14 -05:00
										 |  |  |     "build": "nest build", | 
					
						
							|  |  |  |     "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", | 
					
						
							| 
									
										
										
										
											2023-06-27 17:06:58 +02:00
										 |  |  |     "prestart": "npm run migrations", | 
					
						
							| 
									
										
										
										
											2023-05-26 15:43:14 -05:00
										 |  |  |     "start": "nest start", | 
					
						
							| 
									
										
										
										
											2023-06-27 17:06:58 +02:00
										 |  |  |     "prestart:dev": "npm run migrations", | 
					
						
							| 
									
										
										
										
											2023-05-26 15:43:14 -05:00
										 |  |  |     "start:dev": "nest start --watch", | 
					
						
							|  |  |  |     "start:debug": "nest start --debug --watch", | 
					
						
							|  |  |  |     "start:prod": "node dist/main", | 
					
						
							| 
									
										
										
										
											2023-07-28 19:50:04 +02:00
										 |  |  |     "repl": "npm run start -- --entryFile repl", | 
					
						
							| 
									
										
										
										
											2023-05-26 15:43:14 -05:00
										 |  |  |     "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", | 
					
						
							| 
									
										
										
										
											2022-11-29 22:51:28 +01:00
										 |  |  |     "test": "jest", | 
					
						
							| 
									
										
										
										
											2023-05-26 15:43:14 -05:00
										 |  |  |     "test:watch": "jest --watch", | 
					
						
							|  |  |  |     "test:cov": "jest --coverage", | 
					
						
							|  |  |  |     "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand", | 
					
						
							| 
									
										
										
										
											2023-06-27 17:06:58 +02:00
										 |  |  |     "test:e2e": "jest --config ./test/jest-e2e.json", | 
					
						
							| 
									
										
										
										
											2023-07-28 19:50:04 +02:00
										 |  |  |     "migrations:generate": "npx typeorm-ts-node-commonjs migration:generate -d data-source.ts database/migrations/$npm_config_name", | 
					
						
							| 
									
										
										
										
											2023-06-27 17:06:58 +02:00
										 |  |  |     "migrations": "npx typeorm-ts-node-commonjs migration:run -d data-source.ts" | 
					
						
							| 
									
										
										
										
											2021-11-15 11:28:39 +01:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "dependencies": { | 
					
						
							| 
									
										
										
										
											2023-05-26 15:43:14 -05:00
										 |  |  |     "@nestjs/bull": "^0.6.3", | 
					
						
							| 
									
										
										
										
											2023-06-27 17:06:58 +02:00
										 |  |  |     "@nestjs/cli": "^9.0.0", | 
					
						
							| 
									
										
										
										
											2023-05-26 15:43:14 -05:00
										 |  |  |     "@nestjs/common": "^9.0.0", | 
					
						
							| 
									
										
										
										
											2023-06-28 11:26:17 +02:00
										 |  |  |     "@nestjs/config": "^2.3.4", | 
					
						
							| 
									
										
										
										
											2023-05-26 15:43:14 -05:00
										 |  |  |     "@nestjs/core": "^9.0.0", | 
					
						
							|  |  |  |     "@nestjs/platform-express": "^9.0.0", | 
					
						
							|  |  |  |     "@nestjs/schedule": "^2.2.2", | 
					
						
							|  |  |  |     "@nestjs/typeorm": "^9.0.1", | 
					
						
							| 
									
										
										
										
											2023-09-05 09:12:04 +02:00
										 |  |  |     "axios": "^1.5.0", | 
					
						
							| 
									
										
										
										
											2023-05-26 15:43:14 -05:00
										 |  |  |     "bull": "^4.10.4", | 
					
						
							|  |  |  |     "class-transformer": "^0.5.1", | 
					
						
							|  |  |  |     "class-validator": "^0.14.0", | 
					
						
							|  |  |  |     "dayjs": "^1.11.7", | 
					
						
							| 
									
										
										
										
											2023-07-28 19:50:04 +02:00
										 |  |  |     "imap": "^0.8.19", | 
					
						
							| 
									
										
										
										
											2023-07-29 10:49:44 +02:00
										 |  |  |     "mailparser-mit": "^1.0.0", | 
					
						
							| 
									
										
										
										
											2023-05-26 15:43:14 -05:00
										 |  |  |     "puppeteer": "^20.4.0", | 
					
						
							|  |  |  |     "reflect-metadata": "^0.1.13", | 
					
						
							|  |  |  |     "rxjs": "^7.2.0", | 
					
						
							|  |  |  |     "sqlite3": "^5.1.6", | 
					
						
							| 
									
										
										
										
											2023-06-27 17:06:58 +02:00
										 |  |  |     "typeorm": "^0.3.17" | 
					
						
							| 
									
										
										
										
											2021-11-15 11:28:39 +01:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "devDependencies": { | 
					
						
							| 
									
										
										
										
											2023-05-26 15:43:14 -05:00
										 |  |  |     "@nestjs/schematics": "^9.0.0", | 
					
						
							|  |  |  |     "@nestjs/testing": "^9.0.0", | 
					
						
							| 
									
										
										
										
											2023-07-28 19:50:04 +02:00
										 |  |  |     "@types/cron": "^2.0.1", | 
					
						
							| 
									
										
										
										
											2023-05-26 15:43:14 -05:00
										 |  |  |     "@types/express": "^4.17.13", | 
					
						
							| 
									
										
										
										
											2023-07-28 19:50:04 +02:00
										 |  |  |     "@types/imap": "^0.8.37", | 
					
						
							| 
									
										
										
										
											2023-05-26 15:43:14 -05:00
										 |  |  |     "@types/jest": "29.5.1", | 
					
						
							| 
									
										
										
										
											2023-07-29 10:49:44 +02:00
										 |  |  |     "@types/mailparser-mit": "^1.0.1", | 
					
						
							| 
									
										
										
										
											2023-05-26 15:43:14 -05:00
										 |  |  |     "@types/node": "18.16.12", | 
					
						
							| 
									
										
										
										
											2023-01-20 12:33:50 +01:00
										 |  |  |     "@types/puppeteer": "^7.0.4", | 
					
						
							| 
									
										
										
										
											2023-05-26 15:43:14 -05:00
										 |  |  |     "@types/supertest": "^2.0.11", | 
					
						
							|  |  |  |     "@typescript-eslint/eslint-plugin": "^5.0.0", | 
					
						
							|  |  |  |     "@typescript-eslint/parser": "^5.0.0", | 
					
						
							|  |  |  |     "eslint": "^8.0.1", | 
					
						
							|  |  |  |     "eslint-config-prettier": "^8.3.0", | 
					
						
							|  |  |  |     "eslint-plugin-prettier": "^4.0.0", | 
					
						
							| 
									
										
										
										
											2023-06-29 10:32:09 +02:00
										 |  |  |     "eslint-plugin-simple-import-sort": "^10.0.0", | 
					
						
							| 
									
										
										
										
											2023-05-26 15:43:14 -05:00
										 |  |  |     "jest": "29.5.0", | 
					
						
							|  |  |  |     "prettier": "^2.3.2", | 
					
						
							|  |  |  |     "source-map-support": "^0.5.20", | 
					
						
							|  |  |  |     "supertest": "^6.1.3", | 
					
						
							|  |  |  |     "ts-jest": "29.1.0", | 
					
						
							|  |  |  |     "ts-loader": "^9.2.3", | 
					
						
							|  |  |  |     "ts-node": "^10.0.0", | 
					
						
							|  |  |  |     "tsconfig-paths": "4.2.0", | 
					
						
							|  |  |  |     "typescript": "^5.0.0" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "jest": { | 
					
						
							|  |  |  |     "moduleFileExtensions": [ | 
					
						
							|  |  |  |       "js", | 
					
						
							|  |  |  |       "json", | 
					
						
							|  |  |  |       "ts" | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  |     "rootDir": "src", | 
					
						
							|  |  |  |     "testRegex": ".*\\.spec\\.ts$", | 
					
						
							|  |  |  |     "transform": { | 
					
						
							|  |  |  |       "^.+\\.(t|j)s$": "ts-jest" | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |     "collectCoverageFrom": [ | 
					
						
							|  |  |  |       "**/*.(t|j)s" | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  |     "coverageDirectory": "../coverage", | 
					
						
							|  |  |  |     "testEnvironment": "node" | 
					
						
							| 
									
										
										
										
											2021-11-15 11:28:39 +01:00
										 |  |  |   } | 
					
						
							|  |  |  | } |