{ "name": "@app/storage", "version": "0.1.0", "private": true, "type": "module", "description": "Delad lagringsabstraktion för S3/mock-S3 (spec §53)", "exports": { ".": "./src/index.ts" }, "scripts": { "typecheck": "tsc --noEmit", "test": "vitest run --passWithNoTests" }, "dependencies": { "@aws-sdk/client-s3": "^3.1102.0", "@aws-sdk/s3-request-presigner": "^3.1102.0" } }