{
  "name": "@keemgunn/lanesmith",
  "version": "1.1.0",
  "type": "module",
  "description": "A personal Git workflow CLI for repo onboarding, branching, Release Lane Models, and release workflows.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/keemgunn/lanesmith.git"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "packageManager": "pnpm@11.9.0",
  "bin": {
    "lanesmith": "./dist/cli.js"
  },
  "files": [
    "dist",
    "README.md",
    "share",
    "scripts",
    "attachments"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json && node scripts/append-shebang.mjs",
    "build:tsc": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.test.json",
    "dev": "tsx src/cli/index.ts",
    "postinstall": "node ./scripts/postinstall.mjs",
    "test": "vitest run",
    "test:unit": "vitest run --project unit",
    "test:integration": "vitest run --project integration",
    "test:smoke": "vitest run --project smoke",
    "lint": "tsc -p tsconfig.test.json"
  },
  "dependencies": {
    "smol-toml": "^1.7.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.0",
    "tsx": "^4.19.0",
    "typescript": "^5.7.2",
    "vitest": "^3.0.0"
  }
}
