{
	"name": "@somescope/monorepo",
	"private": true,
	"license": "MIT",
	"devDependencies": {
		"@changesets/cli": "2.31.0",
		"@svitejs/changesets-changelog-github-compact": "1.2.0"
	},
	"scripts": {
		"build": "pnpm --parallel -r build",
		"lint": "pnpm -r lint"
	},
	"homepage": "https://github.com/REPO_NAME",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/REPO_NAME"
	},
	"bugs": {
		"url": "https://github.com/REPO_NAME"
	},
	"packageManager": "pnpm@11.2.1",
	"volta": {
		"node": "24.15.0",
		"pnpm": "11.2.1"
	}
}
