{
  "name": "@fluidframework/bundle-size-tools",
  "version": "0.65.0",
  "description": "Utility for analyzing bundle size regressions",
  "homepage": "https://fluidframework.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/FluidFramework.git",
    "directory": "build-tools/packages/bundle-size-tools"
  },
  "license": "MIT",
  "author": "Microsoft and contributors",
  "exports": {
    ".": {
      "default": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "azure-devops-node-api": "^11.2.0",
    "fflate": "^0.8.2",
    "jszip": "^3.10.1",
    "msgpack-lite": "^0.1.26",
    "typescript": "~5.4.5",
    "webpack": "^5.103.0"
  },
  "devDependencies": {
    "@biomejs/biome": "~2.4.5",
    "@fluidframework/build-common": "^2.0.3",
    "@fluidframework/build-tools-bin": "npm:@fluidframework/build-tools@~0.63.0",
    "@microsoft/api-extractor": "^7.58.1",
    "@types/msgpack-lite": "^0.1.12",
    "@types/node": "~22.19.17",
    "copyfiles": "^2.4.1",
    "eslint": "~9.39.2",
    "rimraf": "^6.1.3"
  },
  "scripts": {
    "build": "fluid-build --task build",
    "build:compile": "fluid-build --task compile",
    "build:copy": "copyfiles -u 1 \"src/**/*.fsl\" dist",
    "build:docs": "api-extractor run --local",
    "check:biome": "biome check .",
    "check:format": "npm run check:biome",
    "ci:build:docs": "api-extractor run",
    "clean": "rimraf --glob dist \"*.tsbuildinfo\" _api-extractor-temp \"*.build.log\"",
    "compile": "fluid-build . --task compile",
    "eslint": "eslint --quiet --format stylish src",
    "eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
    "format": "npm run format:biome",
    "format:biome": "biome check --write .",
    "lint": "npm run eslint",
    "lint:fix": "npm run eslint:fix",
    "test": "echo \"Error: no test specified\" && exit 1",
    "tsc": "tsc"
  }
}