{
  "name": "@cosmstack/repoeject",
  "version": "0.1.4",
  "description": "Interactive CLI tool to safely find and delete old or inactive GitHub repositories. Clean up your GitHub profile by removing abandoned projects, old experiments, and unused forks.",
  "keywords": [
    "github",
    "repository",
    "cleanup",
    "cli",
    "github-api",
    "repository-management",
    "developer-tools",
    "github-cleanup",
    "inactive-repos",
    "repo-deletion",
    "github-profile",
    "command-line",
    "interactive-cli",
    "github-repositories",
    "repository-cleanup"
  ],
  "homepage": "https://github.com/CosmStack/repo-eject-cli#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/CosmStack/repo-eject-cli.git"
  },
  "bugs": {
    "url": "https://github.com/CosmStack/repo-eject-cli/issues"
  },
  "author": {
    "name": "CosmStack",
    "url": "https://github.com/CosmStack"
  },
  "license": "MIT",
  "type": "commonjs",
  "main": "./dist/bin/cli.js",
  "bin": {
    "repoeject": "./dist/bin/cli.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "type-check": "tsc -b",
    "check-types": "turbo run check-types",
    "lint": "biome lint .",
    "lint:fix": "biome lint --write .",
    "format": "biome format --write .",
    "check": "biome check --write .",
    "ci": "biome ci .",
    "prepare": "husky install",
    "clean": "rm -rf dist",
    "build": "npm run clean && tsc && chmod +x dist/bin/cli.js",
    "prepublishOnly": "npm run build",
    "start": "node dist/bin/cli.js",
    "dev": "ts-node src/bin/cli.ts"
  },
  "dependencies": {
    "@octokit/rest": "^21.1.1",
    "chalk": "^5.4.1",
    "commander": "^13.1.0",
    "dotenv": "^16.5.0",
    "inquirer": "^12.6.1",
    "open": "^10.1.2",
    "ora": "^8.2.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@commitlint/cli": "^19.8.1",
    "@commitlint/config-conventional": "^19.8.1",
    "@types/node": "^22.15.19",
    "commitizen": "^4.3.1",
    "cz-conventional-changelog": "^3.3.0",
    "esbuild": "^0.25.4",
    "husky": "^8.0.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/CosmStack"
  }
}
