32 lines
		
	
	
		
			790 B
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			790 B
		
	
	
	
		
			JSON
		
	
	
	
{
 | 
						|
  "name": "preservetube-backend",
 | 
						|
  "module": "src/index.ts",
 | 
						|
  "type": "module",
 | 
						|
  "license": "AGPL-3.0",
 | 
						|
  "scripts": {
 | 
						|
    "test": "echo \"Error: no test specified\" && exit 1",
 | 
						|
    "dev": "bun run --watch src/index.ts"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@types/bun": "latest"
 | 
						|
  },
 | 
						|
  "peerDependencies": {
 | 
						|
    "typescript": "^5.0.0"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@elysiajs/static": "^1.4.0",
 | 
						|
    "@types/html-minifier-next": "^2.1.0",
 | 
						|
    "@types/pg": "^8.11.10",
 | 
						|
    "date-fns": "^4.1.0",
 | 
						|
    "elysia": "^1.1.25",
 | 
						|
    "eta": "^4.0.1",
 | 
						|
    "html-minifier-next": "^2.1.4",
 | 
						|
    "ioredis": "^5.4.1",
 | 
						|
    "isomorphic-dompurify": "^2.18.0",
 | 
						|
    "kysely": "^0.27.4",
 | 
						|
    "pg": "^8.13.1",
 | 
						|
    "readable-to-ms": "^1.0.3",
 | 
						|
    "rolling-rate-limiter": "^0.4.2",
 | 
						|
    "ultralight-s3": "^0.0.7"
 | 
						|
  }
 | 
						|
} |