lean-s3
Version:
A server-side S3 API for the regular user.
66 lines (65 loc) • 1.61 kB
JSON
{
"name": "lean-s3",
"author": "Niklas Mollenhauer",
"license": "MIT",
"version": "0.7.10",
"description": "A server-side S3 API for the regular user.",
"keywords": [
"s3",
"client",
"s3 client",
"s3 sdk",
"b2",
"b2 client",
"r2",
"r2 client",
"cloudflare",
"cloudflare r2",
"AWS S3",
"Azure Blob Storage",
"Google Cloud Storage",
"Ceph",
"mibion",
"backblaze"
],
"repository": {
"type": "git",
"url": "https://github.com/nikeee/lean-s3"
},
"exports": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"types": "./dist/index.d.ts",
"type": "module",
"scripts": {
"build": "tsup",
"test": "tsgo && tsx --test src/*.test.ts src/test/*.test.ts",
"test:integration": "tsgo && tsx --test src/test/test.integration.ts",
"ci": "biome ci ./src",
"docs": "typedoc",
"lint": "biome lint ./src",
"format": "biome format --write ./src && biome lint --write ./src && biome check --write ./src",
"prepublishOnly": "npm run build"
},
"dependencies": {
"fast-xml-parser": "^5.2.5",
"undici": "^7.13.0"
},
"devDependencies": {
"@biomejs/biome": "2.1.3",
"@testcontainers/localstack": "^11.5.0",
"@testcontainers/minio": "^11.5.0",
"@types/node": "^24.1.0",
"@typescript/native-preview": "^7.0.0-dev.20250802.1",
"expect": "^30.0.5",
"lefthook": "^1.12.2",
"testcontainers": "^11.5.0",
"tsup": "^8.5.0",
"tsx": "^4.20.3",
"typedoc": "^0.28.9"
},
"engines": {
"node": "^20.19.3 || ^22.17.0 || ^24.4.0"
}
}