| 
									
										
										
										
											2025-06-24 15:40:30 -07:00
										 |  |  | { | 
					
						
							|  |  |  | 	"name": "@andyburke/autonomous.contact", | 
					
						
							| 
									
										
										
										
											2025-07-24 13:26:39 -07:00
										 |  |  | 	"description": "An experimental web BBS.", | 
					
						
							|  |  |  | 	"version": "0.4.4", | 
					
						
							| 
									
										
										
										
											2025-06-24 15:40:30 -07:00
										 |  |  | 	"license": "MIT", | 
					
						
							|  |  |  | 	"exports": {}, | 
					
						
							|  |  |  | 	"tasks": { | 
					
						
							|  |  |  | 		"lint": "deno lint", | 
					
						
							|  |  |  | 		"fmt": "deno fmt", | 
					
						
							| 
									
										
										
										
											2025-08-12 16:00:36 -07:00
										 |  |  | 		"serve": "FSDB_ROOT=$PWD/.fsdb TRACE_ERROR_RESPONSES=true SERVERUS_TYPESCRIPT_IMPORT_LOGGING=true SERVERUS_PUT_PATHS_ALLOWED=./files SERVERUS_DELETE_PATHS_ALLOWED=./files deno --allow-env --allow-read --allow-write --allow-net @andyburke/serverus --root ./public --hostname 0.0.0.0", | 
					
						
							|  |  |  | 		"test": "DENO_ENV=test FSDB_ROOT=$PWD/tests/data/$(date --iso-8601=seconds) SERVERUS_ROOT=$PWD/public SERVERUS_PUT_PATHS_ALLOWED=./files SERVERUS_DELETE_PATHS_ALLOWED=./files deno test --allow-env --allow-read --allow-write --allow-net --allow-import --trace-leaks --fail-fast tests/" | 
					
						
							| 
									
										
										
										
											2025-06-24 15:40:30 -07:00
										 |  |  | 	}, | 
					
						
							|  |  |  | 	"test": { | 
					
						
							|  |  |  | 		"exclude": ["tests/data/"] | 
					
						
							|  |  |  | 	}, | 
					
						
							| 
									
										
										
										
											2025-10-14 22:20:54 -07:00
										 |  |  | 	"compilerOptions": {}, | 
					
						
							| 
									
										
										
										
											2025-06-24 15:40:30 -07:00
										 |  |  | 	"fmt": { | 
					
						
							|  |  |  | 		"include": ["**/*.ts"], | 
					
						
							|  |  |  | 		"options": { | 
					
						
							|  |  |  | 			"useTabs": true, | 
					
						
							| 
									
										
										
										
											2025-08-20 11:48:16 -07:00
										 |  |  | 			"lineWidth": 180, | 
					
						
							| 
									
										
										
										
											2025-06-24 15:40:30 -07:00
										 |  |  | 			"indentWidth": 4, | 
					
						
							|  |  |  | 			"singleQuote": true, | 
					
						
							|  |  |  | 			"trailingCommas": "never" | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	"lint": { | 
					
						
							|  |  |  | 		"include": ["**/*.ts"], | 
					
						
							|  |  |  | 		"rules": { | 
					
						
							|  |  |  | 			"tags": ["recommended"], | 
					
						
							|  |  |  | 			"exclude": ["no-explicit-any"] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	"imports": { | 
					
						
							| 
									
										
										
										
											2025-10-25 14:57:28 -07:00
										 |  |  | 		"@andyburke/fsdb": "jsr:@andyburke/fsdb@^1.1.0", | 
					
						
							| 
									
										
										
										
											2025-06-24 15:40:30 -07:00
										 |  |  | 		"@andyburke/lurid": "jsr:@andyburke/lurid@^0.2.0", | 
					
						
							| 
									
										
										
										
											2025-09-11 14:09:28 -07:00
										 |  |  | 		"@andyburke/serverus": "jsr:@andyburke/serverus@^0.13.0", | 
					
						
							| 
									
										
										
										
											2025-07-04 14:51:49 -07:00
										 |  |  | 		"@da/bcrypt": "jsr:@da/bcrypt@^1.0.1", | 
					
						
							| 
									
										
										
										
											2025-10-08 14:42:01 -07:00
										 |  |  | 		"@std/assert": "jsr:@std/assert@^1.0.15", | 
					
						
							| 
									
										
										
										
											2025-06-24 15:40:30 -07:00
										 |  |  | 		"@std/encoding": "jsr:@std/encoding@^1.0.10", | 
					
						
							| 
									
										
										
										
											2025-08-11 18:02:29 -07:00
										 |  |  | 		"@std/fs": "jsr:@std/fs@^1.0.19", | 
					
						
							| 
									
										
										
										
											2025-10-08 14:42:01 -07:00
										 |  |  | 		"@std/http": "jsr:@std/http@^1.0.21", | 
					
						
							| 
									
										
										
										
											2025-10-25 14:57:28 -07:00
										 |  |  | 		"@std/media-types": "jsr:@std/media-types@^1.1.0", | 
					
						
							| 
									
										
										
										
											2025-09-11 14:09:28 -07:00
										 |  |  | 		"@std/path": "jsr:@std/path@^1.1.2" | 
					
						
							| 
									
										
										
										
											2025-06-24 15:40:30 -07:00
										 |  |  | 	} | 
					
						
							|  |  |  | } |