{
	"name": "@fluidframework/build-common",
	"version": "3.0.0",
	"description": "Package containing common configs",
	"homepage": "https://fluidframework.com",
	"repository": {
		"type": "git",
		"url": "https://github.com/microsoft/FluidFramework.git",
		"directory": "common/build/build-common"
	},
	"license": "MIT",
	"author": "Microsoft and contributors",
	"sideEffects": false,
	"bin": {
		"gen-version": "bin/gen-version"
	},
	"scripts": {
		"format": "npm run prettier:fix",
		"lint": "npm run prettier && npm run eslint",
		"lint:fix": "npm run prettier:fix && npm run eslint:fix",
		"prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
		"prettier:fix": "prettier --write . --cache --ignore-path ../../../.prettierignore"
	},
	"devDependencies": {
		"prettier": "~3.0.3"
	},
	"packageManager": "pnpm@8.15.8+sha512.d1a029e1a447ad90bc96cd58b0fad486d2993d531856396f7babf2d83eb1823bb83c5a3d0fc18f675b2d10321d49eb161fece36fe8134aa5823ecd215feed392"
}
