{
	"name": "workspaces-effect",
	"version": "2.1.0",
	"private": false,
	"description": "Effect-TS library for monorepo workspace tooling — discover workspaces, analyze dependency graphs, detect changes, parse lockfiles, and check publishability across npm, pnpm, yarn Berry, and Bun.",
	"keywords": [
		"effect",
		"effect-ts",
		"monorepo",
		"workspaces",
		"workspace",
		"npm-workspaces",
		"pnpm-workspaces",
		"yarn-workspaces",
		"bun-workspaces",
		"dependency-graph",
		"topological-sort",
		"lockfile",
		"lockfile-parser",
		"change-detection",
		"affected-packages",
		"publishability",
		"package-manager",
		"typescript"
	],
	"homepage": "https://github.com/spencerbeggs/workspaces-effect#readme",
	"bugs": {
		"url": "https://github.com/spencerbeggs/workspaces-effect/issues"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/spencerbeggs/workspaces-effect.git"
	},
	"license": "MIT",
	"author": {
		"name": "C. Spencer Beggs",
		"email": "spencer@beggs.codes",
		"url": "https://spencerbeg.gs"
	},
	"sideEffects": false,
	"type": "module",
	"exports": {
		".": {
			"types": "./index.d.ts",
			"import": "./index.js"
		},
		"./package.json": "./package.json"
	},
	"dependencies": {
		"@pnpm/catalogs.config": "^1100.0.0",
		"@pnpm/catalogs.protocol-parser": "^1100.0.0",
		"@pnpm/catalogs.resolver": "^1100.0.0",
		"@pnpm/catalogs.types": "^1100.0.0",
		"jsonc-effect": "^0.3.1",
		"minimatch": ">=10.2.3",
		"semver-effect": "^0.3.1",
		"yaml-effect": "^0.7.2"
	},
	"peerDependencies": {
		"@effect/platform": "^0.96.0",
		"effect": "^3.21.0"
	},
	"engines": {
		"node": ">=24.11.0"
	}
}
