{
	"name": "@ctx-core/monorepo",
	"version": "21.4.162",
	"description": "ctx-core monorepo",
	"keywords": [
		"ctx-core",
		"monorepo",
		"pnpm"
	],
	"homepage": "https://github.com/ctx-core/monorepo#readme",
	"bugs": {
		"url": "https://github.com/ctx-core/monorepo/issues"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/ctx-core/monorepo.git"
	},
	"license": "Apache-2.0",
	"author": {
		"name": "Brian Takita",
		"url": "https://briantakita.me",
		"email": "info+ctx-core-monorepo@briantakita.me"
	},
	"type": "module",
	"files": [
		"*.d.ts",
		"*.js",
		"*.json",
		"bin",
		"_monorepo_npm__dependencies__update__cli",
		"_types",
		"map_package_json_path_glob",
		"monorepo_npm__dependencies__update",
		"monorepo_npm__dependencies__update__cli",
		"monorepo_npm__version__sync",
		"monorepo_npm__version__sync__cli",
		"monorepo_pnpm__circular_dependencies__detect",
		"monorepo_pnpm__circular_dependencies__detect__cli",
		"monorepo_pnpm__dependencies__update",
		"monorepo_pnpm__dependencies__update__cli",
		"monorepo_yalc__publish__all",
		"monorepo_yalc__publish__all__cli",
		"package_a__sort",
		"package_name_R_project",
		"package_name_R_stdout",
		"project_a",
		"promise_a",
		"refresh_ctx_core_package",
		"run_parallel_workspaces",
		"run_parallel_workspaces_cli",
		"sorted_pkg_o_a"
	],
	"types": "./index.d.ts",
	"exports": {
		".": "./index.js",
		"./package.json": "./package.json"
	},
	"bin": {
		"changeset-COMMIT_EDITMSG": "bin/changeset-COMMIT_EDITMSG.sh",
		"changeset-version-COMMIT_EDITMSG": "bin/changeset-version-COMMIT_EDITMSG.sh",
		"CHANGELOG-diff-COMMIT_EDITMSG": "bin/CHANGELOG-diff-COMMIT_EDITMSG.sh",
		"ensure.sh": "bin/ensure.sh",
		"export_files_in_dir": "bin/export_files_in_dir.mjs",
		"find--top-level-directories--npm-files": "bin/find--top-level-directories--npm-files.sh",
		"git-commit--submodules": "bin/git-commit--submodules.sh",
		"monorepo_npm__dependencies__update": "bin/monorepo_npm__dependencies__update.mjs",
		"monorepo_npm__version__sync": "bin/monorepo_npm__version__sync.mjs",
		"monorepo_pnpm__circular_dependencies__detect": "bin/monorepo_pnpm__circular_dependencies__detect.mjs",
		"monorepo_pnpm__dependencies__update": "bin/monorepo_pnpm__dependencies__update.mjs",
		"monorepo_yalc__publish__all": "bin/monorepo_yalc__publish__all.mjs",
		"package-manifest-changeset": "bin/package-manifest-changeset.sh",
		"package-manifest-COMMIT_EDITMSG": "bin/package-manifest-COMMIT_EDITMSG.sh",
		"npm-copy--package-bin-config": "bin/npm-copy--package-bin-config.sh",
		"npm-publish--force": "bin/publish--force.sh",
		"package_json_exports_directory_list": "bin/package_json_exports_directory_list.mjs",
		"package_json_files_directory_list": "bin/package_json_files_directory_list.mjs",
		"publish--force": "bin/publish--force.sh",
		"pwd--packages": "bin/pwd--packages.sh",
		"recursive-surrounding-trim-COMMIT_EDITMSG": "bin/recursive-surrounding-trim-COMMIT_EDITMSG.sh",
		"recursive-git-commit": "bin/recursive-git-commit.sh",
		"refresh-ctx-core-package.json": "bin/refresh-ctx-core-package.json.mjs",
		"run-parallel--workspaces": "bin/run-parallel--workspaces.mjs",
		"sort-packages": "bin/sort-packages.mjs",
		"sort-packages-exec": "bin/sort-packages-exec.mjs",
		"surrounding-trim": "bin/surrounding-trim.sh",
		"tsc-clean--packages": "bin/tsc-clean--packages.sh",
		"update-npm-packages": "bin/update-npm-packages.sh",
		"update-git-module--github--ssh": "bin/update-git-module--github--ssh.sh"
	},
	"scripts": {
		"build": ":",
		"clean": ":",
		"exec": "$@",
		"prepublishOnly": "bun run clean && bun run build && bun run test && publint && attw --pack --ignore-rules cjs-resolves-to-esm",
		"test": "bun run test:types && bun run test:unit",
		"test:types": "tsc --noEmit",
		"test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
		"disable:test:unit:coverage": "c8 bun run test:unit"
	},
	"dependencies": {
		"@ctx-core/child_process": "*",
		"@ctx-core/ctx-core-package-tools": "*",
		"@ctx-core/fs": "*",
		"@ctx-core/package": "*",
		"@types/node": "^25.3.3",
		"ctx-core": "*",
		"detect-indent": "^7.0.2",
		"dir-glob": "^3.0.1",
		"js-yaml": "^4.1.1",
		"ora": "9.3.0",
		"path-type": "^6.0.0",
		"semver": "^7.7.4",
		"tiny-glob": "^0.2.9",
		"tsx": "^4.21.0"
	},
	"devDependencies": {
		"@pnpm/logger": "^1001.0.1",
		"c8": "^11.0.0",
		"typescript": "next",
		"uvu": "^0.5.6"
	},
	"noUpdate": [],
	"publishConfig": {
		"access": "public"
	},
	"sideEffects": false
}
