{
  "name": "@authdeep/ctl",
  "version": "1.0.8",
  "description": "Install authdeep-ctl (the AuthDeep self-hosted bundle manager) via npm — downloads the real Go binary for your platform on install.",
  "type": "module",
  "bin": {
    "authdeep-ctl": "./bin/authdeep-ctl.mjs"
  },
  "files": [
    "bin",
    "postinstall.mjs"
  ],
  "scripts": {
    "postinstall": "node postinstall.mjs"
  },
  "engines": {
    "node": ">=18"
  },
  "os": [
    "linux"
  ],
  "keywords": [
    "authdeep",
    "self-hosted",
    "ctl",
    "bundle-manager"
  ],
  "license": "MIT",
  "homepage": "https://data.authdeep.com/downloads/ctl",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/authdeep/authdeep-public.git",
    "directory": "packages/authdeep-ctl"
  },
  "publishConfig": {
    "access": "public"
  }
}
