{ "name": "@superdisk/dumbforge", "version": "0.1.0", "description": "Push Git repositories to S3-compatible buckets and clone them over static dumb HTTP", "author": "Nick Faro", "license": "AGPL-3.0-only", "homepage": "https://dumbforge.dev/dumbforge.git", "repository": { "type": "git", "url": "git+https://dumbforge.dev/dumbforge.git" }, "keywords": [ "git", "s3", "cloudflare-r2", "object-storage", "git-remote-helper" ], "files": [ "npm/launcher", "README.md", "LICENSE", "THIRD_PARTY_NOTICES.md", "THIRD_PARTY_LICENSES" ], "bin": { "dumbforge": "npm/launcher/dumbforge.cjs", "git-remote-dumbforge": "npm/launcher/git-remote-dumbforge.cjs" }, "optionalDependencies": { "@superdisk/dumbforge-darwin-arm64": "0.1.0", "@superdisk/dumbforge-darwin-x64": "0.1.0", "@superdisk/dumbforge-linux-arm64": "0.1.0", "@superdisk/dumbforge-linux-x64": "0.1.0", "@superdisk/dumbforge-win32-arm64": "0.1.0", "@superdisk/dumbforge-win32-x64": "0.1.0" }, "engines": { "node": ">=18" } }