UNPKG

media-exporter-processor

Version:

Media processing API with thumbnail generation and cloud storage

58 lines (57 loc) 1.38 kB
{ "name": "media-exporter-processor", "version": "1.0.3", "description": "Media processing API with thumbnail generation and cloud storage", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js" } }, "files": [ "dist/**/*", "README.md" ], "scripts": { "build": "tsc", "build:docker": "docker build -t media-exporter-processor .", "dev": "bun run --hot src/lambda/all-in-one.ts", "prepublishOnly": "npm run build" }, "keywords": [ "media", "video", "image", "processing", "thumbnails", "api", "hono" ], "author": "", "license": "MIT", "dependencies": { "@aws-sdk/client-cloudwatch": "^3.848.0", "@aws-sdk/client-ecs": "^3.848.0", "@aws-sdk/client-lambda": "^3.848.0", "@aws-sdk/client-s3": "^3.848.0", "@aws-sdk/client-sns": "^3.848.0", "@aws-sdk/s3-request-presigner": "^3.848.0", "@hono/valibot-validator": "^0.5.3", "exiftool-vendored": "^30.3.0", "hono": "^4.8.5", "sst": "3.17.10", "valibot": "^1.1.0" }, "devDependencies": { "@pulumi/pulumi": "^3.185.0", "@types/aws-lambda": "8.10.152", "@types/bun": "latest", "typescript": "^5.8.3" }, "peerDependencies": { "hono": "^4.8.5" } }