| 
									
										
										
										
											2021-11-15 11:28:39 +01:00
										 |  |  | { | 
					
						
							|  |  |  |   "name": "autobaan", | 
					
						
							|  |  |  |   "version": "1.0.0", | 
					
						
							|  |  |  |   "description": "", | 
					
						
							| 
									
										
										
										
											2021-11-28 19:40:16 +01:00
										 |  |  |   "private": true, | 
					
						
							| 
									
										
										
										
											2021-11-15 11:28:39 +01:00
										 |  |  |   "engines": { | 
					
						
							| 
									
										
										
										
											2022-11-07 11:44:57 +01:00
										 |  |  |     "node": "18" | 
					
						
							| 
									
										
										
										
											2021-11-15 11:28:39 +01:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "scripts": { | 
					
						
							| 
									
										
										
										
											2022-11-07 11:44:57 +01:00
										 |  |  |     "preinstall": "export CXX=g++-12", | 
					
						
							| 
									
										
										
										
											2022-03-29 22:41:44 +02:00
										 |  |  |     "clean": "rm -r ./dist || true", | 
					
						
							| 
									
										
										
										
											2023-01-20 09:38:50 +01:00
										 |  |  |     "prebuild": "npm run clean", | 
					
						
							|  |  |  |     "build": "tsc", | 
					
						
							| 
									
										
										
										
											2022-11-29 22:51:28 +01:00
										 |  |  |     "test": "jest", | 
					
						
							| 
									
										
										
										
											2022-11-27 16:14:56 +01:00
										 |  |  |     "test:unit": "jest tests/unit/*", | 
					
						
							|  |  |  |     "test:unit:clean": "npm run test:clear-cache && npm run test:unit", | 
					
						
							|  |  |  |     "test:integration": "jest tests/integration/*", | 
					
						
							|  |  |  |     "test:integration:clean": "npm run test:clear-cache && npm run test:integration", | 
					
						
							| 
									
										
										
										
											2021-11-28 19:40:16 +01:00
										 |  |  |     "test:clear-cache": "jest --clearCache", | 
					
						
							| 
									
										
										
										
											2021-11-17 14:17:25 +01:00
										 |  |  |     "lint": "eslint src/ --ext ts", | 
					
						
							| 
									
										
										
										
											2022-10-23 11:54:35 +02:00
										 |  |  |     "prettier": "prettier src tests -w", | 
					
						
							| 
									
										
										
										
											2023-01-20 09:38:50 +01:00
										 |  |  |     "local": "npx ts-node src/local/index.ts", | 
					
						
							| 
									
										
										
										
											2023-01-28 11:28:46 +01:00
										 |  |  |     "docker:build": "docker build . -f docker/server/Dockerfile", | 
					
						
							| 
									
										
										
										
											2022-11-21 18:50:59 +01:00
										 |  |  |     "docker:start": "docker compose -f docker/docker-compose.yml up", | 
					
						
							|  |  |  |     "docker:stop": "docker compose -f docker/docker-compose.yml down" | 
					
						
							| 
									
										
										
										
											2021-11-15 11:28:39 +01:00
										 |  |  |   }, | 
					
						
							| 
									
										
										
										
											2022-10-23 11:54:35 +02:00
										 |  |  |   "author": "Collin Duncan", | 
					
						
							| 
									
										
										
										
											2021-11-15 11:28:39 +01:00
										 |  |  |   "license": "ISC", | 
					
						
							|  |  |  |   "dependencies": { | 
					
						
							| 
									
										
										
										
											2023-01-20 09:38:50 +01:00
										 |  |  |     "argon2": "^0.30.3", | 
					
						
							| 
									
										
										
										
											2022-11-27 15:59:20 +01:00
										 |  |  |     "axios": "^1.2.0", | 
					
						
							| 
									
										
										
										
											2022-10-23 12:02:54 +02:00
										 |  |  |     "dayjs": "^1.11.6", | 
					
						
							| 
									
										
										
										
											2022-11-29 22:51:28 +01:00
										 |  |  |     "node-cron": "^3.0.2", | 
					
						
							| 
									
										
										
										
											2023-01-20 12:33:50 +01:00
										 |  |  |     "puppeteer": "^19.5.2", | 
					
						
							| 
									
										
										
										
											2023-01-28 10:51:46 +01:00
										 |  |  |     "sqlite3": "^5.1.4", | 
					
						
							| 
									
										
										
										
											2022-10-23 11:54:35 +02:00
										 |  |  |     "uuid": "^9.0.0" | 
					
						
							| 
									
										
										
										
											2021-11-15 11:28:39 +01:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "devDependencies": { | 
					
						
							| 
									
										
										
										
											2022-11-21 19:07:43 +01:00
										 |  |  |     "@types/jest": "^29.2.3", | 
					
						
							| 
									
										
										
										
											2022-11-27 15:59:20 +01:00
										 |  |  |     "@types/node": "^18.11.9", | 
					
						
							| 
									
										
										
										
											2022-11-29 22:51:28 +01:00
										 |  |  |     "@types/node-cron": "^3.0.6", | 
					
						
							| 
									
										
										
										
											2023-01-20 12:33:50 +01:00
										 |  |  |     "@types/puppeteer": "^7.0.4", | 
					
						
							| 
									
										
										
										
											2022-02-10 17:27:35 +01:00
										 |  |  |     "@types/uuid": "^8.3.4", | 
					
						
							| 
									
										
										
										
											2022-11-21 18:50:59 +01:00
										 |  |  |     "@typescript-eslint/eslint-plugin": "^5.42.0", | 
					
						
							|  |  |  |     "@typescript-eslint/parser": "^5.42.0", | 
					
						
							| 
									
										
										
										
											2022-10-23 12:02:54 +02:00
										 |  |  |     "babel-jest": "^29.2.1", | 
					
						
							| 
									
										
										
										
											2022-11-21 18:50:59 +01:00
										 |  |  |     "eslint": "^8.27.0", | 
					
						
							| 
									
										
										
										
											2022-10-23 12:02:54 +02:00
										 |  |  |     "jest": "^29.2.1", | 
					
						
							|  |  |  |     "prettier": "^2.7.1", | 
					
						
							| 
									
										
										
										
											2022-11-21 19:07:43 +01:00
										 |  |  |     "ts-jest": "^29.0.3", | 
					
						
							| 
									
										
										
										
											2023-01-20 09:38:50 +01:00
										 |  |  |     "typescript": "^4.9.4" | 
					
						
							| 
									
										
										
										
											2021-11-15 11:28:39 +01:00
										 |  |  |   } | 
					
						
							|  |  |  | } |