{
  "name": "@rajubepary/gwt",
  "publishConfig": {
    "access": "public"
  },
  "description": "A Git worktree and PR management CLI tool for streamlined development workflows",
  "keywords": [
    "gwt",
    "git",
    "worktree"
  ],
  "version": "0.1.0",
  "author": "Raju Bepary",
  "license": "MIT",
  "main": "dist/index.js",
  "type": "module",
  "types": "dist/index.d.ts",
  "bin": {
    "gwt": "bin/run.js",
    "wt": "bin/run.js"
  },
  "scripts": {
    "build": "shx rm -rf dist && tsc -b",
    "format": "prettier --write .",
    "lint": "eslint --fix",
    "postpack": "shx rm -f oclif.manifest.json",
    "posttest": "npm run format && npm run lint",
    "prepack": "oclif manifest && oclif readme",
    "test": "mocha --forbid-only \"test/**/*.test.ts\"",
    "version": "oclif readme && git add README.md",
    "release": "standard-version",
    "release:patch": "standard-version --release-as patch",
    "release:minor": "standard-version --release-as minor",
    "release:major": "standard-version --release-as major",
    "release:dry-run": "standard-version --dry-run",
    "release:push": "git push --follow-tags origin main"
  },
  "oclif": {
    "bin": "gwt",
    "dirname": "gwt",
    "commands": "./dist/commands",
    "plugins": [
      "@oclif/plugin-help"
    ],
    "topicSeparator": " "
  },
  "files": [
    "./bin",
    "./dist",
    "./oclif.manifest.json"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@oclif/core": "^4",
    "@oclif/plugin-help": "^6",
    "chalk": "^6.0.0",
    "execa": "^10.0.1",
    "inquirer": "^14.0.2",
    "jiti": "^2.7.0",
    "ora": "^9.4.1",
    "simple-git": "^3.36.0",
    "tty-table": "^5.0.0"
  },
  "devDependencies": {
    "@eslint/compat": "^1",
    "@oclif/prettier-config": "^0.2.1",
    "@oclif/test": "^4",
    "@types/chai": "^4",
    "@types/mocha": "^10",
    "@types/node": "^18",
    "@types/ora": "^3.1.0",
    "chai": "^4",
    "eslint": "^9",
    "eslint-config-oclif": "^6",
    "eslint-config-prettier": "^10",
    "mocha": "^11",
    "oclif": "^4",
    "prettier": "^3.9.6",
    "shx": "^0.3.3",
    "standard-version": "^9.5.0",
    "ts-node": "^10",
    "typescript": "^5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rajubeparybd/gwt.git"
  },
  "homepage": "https://github.com/rajubeparybd/gwt",
  "bugs": "https://github.com/rajubeparybd/gwt/issues"
}
