{
	"name": "@fluid-example/odspsnapshotfetch-perftestapp",
	"version": "2.5.0",
	"private": true,
	"description": "Benchmark binary vs. json download",
	"homepage": "https://fluidframework.com",
	"repository": {
		"type": "git",
		"url": "https://github.com/microsoft/FluidFramework.git",
		"directory": "examples/benchmarks/odspsnapshotfetch-perftestapp"
	},
	"license": "MIT",
	"author": "Microsoft and contributors",
	"type": "module",
	"scripts": {
		"build": "fluid-build . --task build",
		"build:compile": "fluid-build . --task compile",
		"build:esnext": "tsc --project ./tsconfig.json",
		"check:biome": "biome check .",
		"check:format": "npm run check:biome",
		"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
		"clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\"",
		"dev": "npm run webpack:dev",
		"eslint": "eslint --format stylish src",
		"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
		"format": "npm run format:biome",
		"format:biome": "biome check . --write",
		"format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
		"lint": "fluid-build . --task lint",
		"lint:fix": "fluid-build . --task eslint:fix --task format",
		"prepack": "npm run webpack",
		"start": "npm run start:spo-df",
		"start:spo": "node lib/expressApp.js --env mode=spo",
		"start:spo-df": "node lib/expressApp.js --env mode=spo-df",
		"webpack": "webpack --env production",
		"webpack:dev": "webpack --env development"
	},
	"dependencies": {
		"@fluidframework/core-utils": "workspace:~",
		"@fluidframework/odsp-doclib-utils": "workspace:~",
		"@fluidframework/odsp-driver": "workspace:~",
		"@fluidframework/odsp-driver-definitions": "workspace:~",
		"@fluidframework/odsp-urlresolver": "workspace:~",
		"@fluidframework/telemetry-utils": "workspace:~",
		"@fluidframework/tool-utils": "workspace:~",
		"express": "^4.21.1",
		"webpack-dev-server": "~4.15.2"
	},
	"devDependencies": {
		"@biomejs/biome": "~1.9.3",
		"@fluid-tools/build-cli": "^0.49.0",
		"@fluidframework/build-common": "^2.0.3",
		"@fluidframework/build-tools": "^0.49.0",
		"@fluidframework/eslint-config-fluid": "^5.4.0",
		"@types/express": "^4.17.21",
		"@types/fs-extra": "^9.0.11",
		"@types/node": "^18.19.0",
		"@types/webpack-hot-middleware": "^2.25.9",
		"buffer": "^6.0.3",
		"c8": "^8.0.1",
		"css-loader": "^7.1.2",
		"eslint": "~8.55.0",
		"fs-extra": "^9.1.0",
		"prettier": "~3.0.3",
		"rimraf": "^4.4.0",
		"source-map-loader": "^5.0.0",
		"style-loader": "^4.0.0",
		"ts-loader": "^9.5.1",
		"typescript": "~5.4.5",
		"webpack": "^5.94.0",
		"webpack-cli": "^5.1.4",
		"webpack-dev-middleware": "^7.1.1",
		"webpack-hot-middleware": "^2.25.3",
		"webpack-merge": "^6.0.1"
	},
	"typeValidation": {
		"disabled": true,
		"broken": {},
		"entrypoint": "internal"
	}
}
