{
  "artifactDownloadUrl": "https://github.com/mflRevan/wipe/releases/download/v0.1.2",
  "author": "Aiman <aiman@shabib.net>",
  "bin": {
    "wipe": "run-wipe.js"
  },
  "dependencies": {
    "axios": "^1.10.0",
    "axios-proxy-builder": "^0.1.2",
    "console.table": "^0.10.0",
    "detect-libc": "^2.0.4",
    "rimraf": "^6.0.1"
  },
  "description": "wipe — CLI-first, git-native collaboration for humans and agents.",
  "devDependencies": {
    "prettier": "^3.6.2"
  },
  "engines": {
    "node": ">=14",
    "npm": ">=6"
  },
  "glibcMinimum": {
    "major": 2,
    "series": 31
  },
  "homepage": "https://wipeboard.dev",
  "keywords": [
    "command-line-utilities",
    "development-tools",
    "cli",
    "kanban",
    "agents",
    "git",
    "collaboration"
  ],
  "license": "MIT",
  "name": "@mflrevan/wipe",
  "preferUnplugged": true,
  "repository": "https://github.com/mflRevan/wipe",
  "scripts": {
    "fmt": "prettier --write **/*.js",
    "fmt:check": "prettier --check **/*.js",
    "postinstall": "node ./install.js"
  },
  "supportedPlatforms": {
    "aarch64-pc-windows-msvc": {
      "artifactName": "wipe-cli-x86_64-pc-windows-msvc.tar.gz",
      "bins": {
        "wipe": "wipe.exe"
      },
      "zipExt": ".tar.gz"
    },
    "x86_64-pc-windows-gnu": {
      "artifactName": "wipe-cli-x86_64-pc-windows-msvc.tar.gz",
      "bins": {
        "wipe": "wipe.exe"
      },
      "zipExt": ".tar.gz"
    },
    "x86_64-pc-windows-msvc": {
      "artifactName": "wipe-cli-x86_64-pc-windows-msvc.tar.gz",
      "bins": {
        "wipe": "wipe.exe"
      },
      "zipExt": ".tar.gz"
    },
    "x86_64-unknown-linux-gnu": {
      "artifactName": "wipe-cli-x86_64-unknown-linux-gnu.tar.gz",
      "bins": {
        "wipe": "wipe"
      },
      "zipExt": ".tar.gz"
    },
    "x86_64-unknown-linux-musl-dynamic": {
      "artifactName": "wipe-cli-x86_64-unknown-linux-musl.tar.gz",
      "bins": {
        "wipe": "wipe"
      },
      "zipExt": ".tar.gz"
    },
    "x86_64-unknown-linux-musl-static": {
      "artifactName": "wipe-cli-x86_64-unknown-linux-musl.tar.gz",
      "bins": {
        "wipe": "wipe"
      },
      "zipExt": ".tar.gz"
    }
  },
  "version": "0.1.2",
  "volta": {
    "node": "18.14.1",
    "npm": "9.5.0"
  }
}