{
  "name": "@lacymorrow/shipx",
  "version": "0.1.22",
  "description": "Interactive release CLI — bump, tag, publish, and ship your packages with a beautiful terminal UI",
  "type": "module",
  "bin": {
    "shipx": "dist/cli.js"
  },
  "scripts": {
    "build": "bun build src/cli.ts --outfile dist/cli.js --target node && node scripts/postbuild.mjs",
    "prepublishOnly": "bun run build",
    "typecheck": "tsc --noEmit",
    "dev": "bun run src/cli.ts",
    "test": "bun test src/tests/"
  },
  "keywords": [
    "release",
    "publish",
    "npm",
    "version",
    "bump",
    "tag",
    "ship",
    "cli",
    "interactive",
    "clack",
    "github",
    "semver",
    "homebrew",
    "cargo",
    "tauri",
    "monorepo"
  ],
  "author": {
    "name": "Lacy Morrow",
    "email": "lacy@lacymorrow.com",
    "url": "https://lacymorrow.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lacymorrow/shipx.git"
  },
  "homepage": "https://github.com/lacymorrow/shipx#readme",
  "bugs": {
    "url": "https://github.com/lacymorrow/shipx/issues"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/lacymorrow"
    },
    {
      "type": "patreon",
      "url": "https://patreon.com/lacymorrow"
    },
    "https://buymeacoffee.com/lm"
  ],
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    ".github/assets/logo.svg",
    ".github/assets/logo-horizontal.svg"
  ],
  "dependencies": {
    "@clack/prompts": "^1.0.0",
    "picocolors": "^1.1.1"
  },
  "devDependencies": {
    "@types/node": "^26.0.0",
    "bun-types": "^1.3.14",
    "typescript": "^7.0.2"
  }
}
