{
  "name": "@repodog/cli",
  "description": "The Repodog cli module.",
  "version": "1.6.59",
  "author": "miami-man",
  "license": "MIT",
  "homepage": "https://github.com/badbatch/repodog",
  "repository": {
    "directory": "cli/core",
    "type": "git",
    "url": "https://github.com/badbatch/repodog.git"
  },
  "bugs": "https://github.com/badbatch/repodog/issues",
  "type": "module",
  "engines": {
    "node": ">=20"
  },
  "bin": {
    "repodog": "./bin/repodog.mjs"
  },
  "imports": {
    "#*": "./src/*"
  },
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "types": "./dist/types/index.d.ts",
      "import": "./dist/esm/index.mjs"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@types/lodash-es": "^4.17.12",
    "@types/semver": "^7.7.1",
    "@types/shelljs": "^0.8.17",
    "@types/yargs": "^17.0.35",
    "ansi-colors": "^4.1.3",
    "lodash-es": "^4.18.1",
    "semver": "^7.8.5",
    "shelljs": "^0.10.0",
    "suppress-experimental-warnings": "^2.0.0",
    "yargs": "^18.0.0",
    "@repodog/cli-cut": "1.4.29",
    "@repodog/cli-publish": "1.4.29",
    "@repodog/cli-new": "1.5.46",
    "@repodog/cli-postinstall": "0.4.25",
    "@repodog/cli-utils": "1.4.24",
    "@repodog/cli-setup": "1.4.26",
    "@repodog/cli-write": "1.4.26"
  },
  "devDependencies": {
    "@jest/globals": "^30.4.1",
    "del-cli": "^7.0.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"
  }
}