package.json1.1 KB · JSON
Raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "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"
  }
}