{
  "name": "@repodog/cli-cut",
  "description": "The Repodog cli cut module.",
  "version": "1.4.29",
  "author": "miami-man",
  "license": "MIT",
  "homepage": "https://github.com/badbatch/repodog",
  "repository": {
    "directory": "cli/cut",
    "type": "git",
    "url": "https://github.com/badbatch/repodog.git"
  },
  "bugs": "https://github.com/badbatch/repodog/issues",
  "type": "module",
  "imports": {
    "#*": "./src/*"
  },
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "types": "./dist/types/index.d.ts",
      "import": "./dist/esm/index.mjs"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "ansi-colors": "^4.1.3",
    "markdownlint-cli2": "^0.22.1",
    "shelljs": "^0.10.0",
    "yargs": "^18.0.0",
    "@repodog/cli-utils": "1.4.24"
  },
  "devDependencies": {
    "@jest/globals": "^30.4.1",
    "@types/shelljs": "^0.8.17",
    "@types/yargs": "^17.0.35",
    "del-cli": "^7.0.0",
    "type-fest": "^5.7.0",
    "@repodog/cli-test-utils": "1.4.13"
  },
  "scripts": {
    "build": "pnpm run clean:dist && pnpm run compile",
    "clean:deps": "del-cli ./node_modules",
    "clean:dist": "del-cli ./dist",
    "compile": "pnpm run /^compile:.*/",
    "compile:esm": "rollup -c ../../rollup.config.mjs",
    "compile:types": "tsc --project ./tsconfig.build.json"
  }
}