{
    "name": "@theorchard/monorepo-cli",
    "version": "1.0.12",
    "description": "",
    "keywords": [],
    "author": "",
    "license": "ISC",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "type": "module",
    "bin": {
        "monorepo": "./dist/index.cjs"
    },
    "directories": {
        "lib": "dist"
    },
    "files": [
        "dist"
    ],
    "prettier": "@theorchard/prettier-config",
    "eslintConfig": {
        "extends": "@theorchard/eslint-config-ts-prettier"
    },
    "publishConfig": {
        "registry": "https://npm.pkg.github.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/theorchard/orchard-suite.git"
    },
    "scripts": {
        "build:esm": "tsc --build ./tsconfig.esm.json",
        "build": "pnpm build:esm",
        "clean": "rm -rf dist && rm -rf .cache",
        "format": "prettier --write .",
        "format:check": "prettier --check .",
        "lint": "eslint --ext .js,.ts,.tsx,.jsx src",
        "test": "pnpm lint",
        "test:unit": "echo 'not implemented'",
        "prepare": "pnpm build"
    },
    "dependencies": {
        "@octokit/rest": "^22.0.1",
        "chalk": "^5.3.0",
        "cli-progress": "^3.12.0",
        "commander": "^12.0.0",
        "dayjs": "^1.11.10",
        "@inquirer/prompts": "^8.3.0",
        "is-ci": "^3.0.1",
        "lodash-es": "^4.18.1",
        "semver": "^7.5.3",
        "simple-git": "^3.36.0"
    },
    "devDependencies": {
        "@types/cli-progress": "^3.9.2",
        "@types/is-ci": "3.0.4",
        "@types/lodash-es": "^4.17.12",
        "@types/semver": "^7.5.0"
    }
}
