{
  "name": "bstack",
  "version": "1.6.1",
  "description": "Create native GitHub stacked pull requests from a linear series of commits",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wsehl/bstack.git"
  },
  "bin": {
    "bstack": "./dist/bstack.mjs"
  },
  "files": [
    "dist/bstack.mjs"
  ],
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsdown",
    "format": "oxfmt --write .",
    "format-check": "oxfmt --check .",
    "lint": "oxlint .",
    "prepack": "pnpm run build",
    "prepublishOnly": "pnpm run type-check && pnpm test",
    "start": "pnpm run build && node dist/bstack.mjs",
    "test": "vitest run",
    "type-check": "tsc --noEmit"
  },
  "dependencies": {
    "valibot": "^1.4.2"
  },
  "devDependencies": {
    "@total-typescript/shoehorn": "^0.1.2",
    "@types/node": "^26.4.1",
    "oxfmt": "^0.64.0",
    "oxlint": "^1.81.0",
    "tsdown": "^0.22.14",
    "typescript": "^7.0.2",
    "vitest": "^4.1.11"
  },
  "engines": {
    "node": ">=20"
  },
  "packageManager": "pnpm@11.5.1"
}
