{
  "name": "@treramey/drag",
  "version": "0.3.0",
  "description": "A fast Tempo.io Cloud command-line client",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/treramey/drag.git"
  },
  "homepage": "https://github.com/treramey/drag",
  "bugs": "https://github.com/treramey/drag/issues",
  "bin": {
    "drag": "run.js"
  },
  "scripts": {
    "postinstall": "node install.js"
  },
  "engines": {
    "node": ">=18"
  },
  "preferUnplugged": true,
  "files": [
    "install.js",
    "platform.js",
    "run.js"
  ],
  "publishConfig": {
    "access": "public"
  },
  "supportedPlatforms": {
    "x86_64-unknown-linux-gnu": {
      "artifact": "drag-x86_64-unknown-linux-gnu.tar.gz",
      "binary": "drag"
    },
    "x86_64-apple-darwin": {
      "artifact": "drag-x86_64-apple-darwin.tar.gz",
      "binary": "drag"
    },
    "aarch64-apple-darwin": {
      "artifact": "drag-aarch64-apple-darwin.tar.gz",
      "binary": "drag"
    },
    "x86_64-pc-windows-msvc": {
      "artifact": "drag-x86_64-pc-windows-msvc.zip",
      "binary": "drag.exe"
    }
  }
}
