{
  "name": "jj-stack",
  "type": "module",
  "version": "1.2.1",
  "description": "A CLI tool for creating and managing stacked pull requests on GitHub when using Jujutsu locally.",
  "repository": {
    "type": "git",
    "url": "https://github.com/keanemind/jj-stack.git"
  },
  "bin": {
    "jj-stack": "dist/cli/index.js",
    "jst": "dist/cli/index.js"
  },
  "scripts": {
    "build": "npm run res:build && tsc && npm run esbuild:build",
    "build:dev": "npm run res:build && tsc && NODE_ENV=development npm run esbuild:build",
    "test": "mocha 'src/**/*.test.ts'",
    "esbuild:build": "node esbuild.config.mjs",
    "esbuild:dev": "NODE_ENV=development node esbuild.config.mjs --watch",
    "res:build": "rescript",
    "res:clean": "rescript clean",
    "res:dev": "rescript -w",
    "prepack": "rm -r dist && npm run build"
  },
  "author": "Keane Nguyen",
  "license": "MIT",
  "devDependencies": {
    "@eslint/js": "^9.28.0",
    "@types/mocha": "^10.0.10",
    "@types/node": "^24.2.1",
    "@types/which": "^3.0.4",
    "esbuild": "^0.25.5",
    "eslint": "^9.28.0",
    "globals": "^16.2.0",
    "mocha": "^11.6.0",
    "prettier": "3.5.3",
    "tsx": "^4.20.3",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.34.0"
  },
  "dependencies": {
    "@rescript/core": "^1.6.1",
    "@rescript/react": "^0.13.1",
    "ink": "^6.0.0",
    "octokit": "^5.0.3",
    "react": "^19.1.0",
    "rescript": "^11.1.4",
    "valibot": "^1.1.0",
    "which": "^5.0.0"
  }
}
