{
  "name": "@hungv47/syncthis",
  "version": "0.19.2",
  "description": "Moved to @forsvn/syncthis - install that instead. This stub forwards every command.",
  "type": "module",
  "license": "MIT",
  "author": "Le Vinh Hung <levinhhungg@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/forsvn-labs/syncthis.git"
  },
  "homepage": "https://github.com/forsvn-labs/syncthis#readme",
  "bugs": {
    "url": "https://github.com/forsvn-labs/syncthis/issues"
  },
  "bin": {
    "syncthis": "./bin/syncthis.mjs"
  },
  "files": [
    "bin",
    "README.md"
  ],
  "dependencies": {
    "@forsvn/syncthis": "^0.20.0"
  },
  "engines": {
    "node": ">=18"
  }
}