{
  "name": "@bullpenfi/cli",
  "version": "0.1.110",
  "description": "CLI for Bullpen prediction markets",
  "bin": {
    "bullpen": "bin/bullpen"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js"
  },
  "os": [
    "darwin",
    "linux"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BullpenFi/bullpen-cli-releases.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
