{
	"name": "@fluid-tools/build-cli",
	"version": "0.50.0",
	"description": "Build tools for the Fluid Framework",
	"homepage": "https://fluidframework.com",
	"repository": {
		"type": "git",
		"url": "https://github.com/microsoft/FluidFramework.git",
		"directory": "build-tools/packages/build-cli"
	},
	"license": "MIT",
	"author": "Microsoft and contributors",
	"sideEffects": false,
	"type": "module",
	"exports": {
		".": {
			"default": {
				"types": "./lib/index.d.ts",
				"default": "./lib/index.js"
			}
		}
	},
	"main": "lib/index.js",
	"types": "lib/index.d.ts",
	"bin": {
		"flub": "./bin/run.js"
	},
	"files": [
		"/bin",
		"/lib",
		"!lib/test",
		"/oclif.manifest.json"
	],
	"scripts": {
		"build": "concurrently npm:build:compile npm:lint && concurrently npm:build:docs npm:build:diagrams",
		"build:compile": "npm run tsc && npm run build:test && npm run build:copy && npm run build:readme",
		"build:copy": "copyfiles -u 1 \"src/**/*.fsl\" lib",
		"build:diagrams": "jssm-viz -i \"./src/machines/*.fsl\"",
		"build:docs": "api-extractor run --local",
		"build:manifest": "oclif manifest",
		"build:readme": "oclif readme --version 0.0.0 --multi --no-aliases",
		"build:test": "tsc --project ./src/test/tsconfig.json",
		"check:biome": "biome check .",
		"check:format": "npm run check:biome",
		"ci:build:docs": "api-extractor run",
		"clean": "rimraf --glob dist lib oclif.manifest.json \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
		"clean:manifest": "rimraf --glob oclif.manifest.json",
		"compile": "fluid-build . --task compile",
		"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 .",
		"lint": "npm run eslint",
		"lint:fix": "npm run eslint:fix",
		"postpack": "npm run clean:manifest",
		"test": "npm run test:mocha",
		"test:coverage": "c8 npm run test",
		"test:mocha": "mocha --forbid-only \"lib/test/**/*.test.*js\"",
		"tsc": "tsc"
	},
	"c8": {
		"all": true,
		"cache-dir": "nyc/.cache",
		"exclude": [
			"src/test/**/*.*ts",
			"lib/test/**/*.*js"
		],
		"exclude-after-remap": false,
		"include": [
			"src/**/*.*ts",
			"lib/**/*.*js"
		],
		"report-dir": "nyc/report",
		"reporter": [
			"cobertura",
			"html",
			"text"
		],
		"temp-directory": "nyc/.nyc_output"
	},
	"dependencies": {
		"@andrewbranch/untar.js": "^1.0.3",
		"@fluid-tools/version-tools": "workspace:~",
		"@fluidframework/build-tools": "workspace:~",
		"@fluidframework/bundle-size-tools": "workspace:~",
		"@microsoft/api-extractor": "^7.45.1",
		"@oclif/core": "^4.0.30",
		"@oclif/plugin-autocomplete": "^3.2.6",
		"@oclif/plugin-commands": "^4.1.3",
		"@oclif/plugin-help": "^6.2.16",
		"@oclif/plugin-not-found": "^3.2.22",
		"@octokit/core": "^5.0.0",
		"@octokit/rest": "^21.0.2",
		"@rushstack/node-core-library": "^3.59.5",
		"async": "^3.2.4",
		"azure-devops-node-api": "^11.2.0",
		"chalk": "^5.3.0",
		"change-case": "^3.1.0",
		"cosmiconfig": "^8.3.6",
		"danger": "^12.3.3",
		"date-fns": "^2.30.0",
		"debug": "^4.3.4",
		"execa": "^5.1.1",
		"fflate": "^0.8.2",
		"fs-extra": "^11.2.0",
		"github-slugger": "^2.0.0",
		"globby": "^11.1.0",
		"gray-matter": "^4.0.3",
		"human-id": "^4.0.0",
		"inquirer": "^8.2.5",
		"issue-parser": "^7.0.1",
		"json5": "^2.2.3",
		"jssm": "^5.103.0",
		"jszip": "^3.10.1",
		"latest-version": "^9.0.0",
		"mdast": "^3.0.0",
		"mdast-util-heading-range": "^4.0.0",
		"mdast-util-to-string": "^4.0.0",
		"minimatch": "^7.4.6",
		"node-fetch": "^3.3.2",
		"npm-check-updates": "^16.14.20",
		"oclif": "^4.15.12",
		"prettier": "~3.2.4",
		"prompts": "^2.4.2",
		"read-pkg-up": "^7.0.1",
		"remark": "^15.0.1",
		"remark-gfm": "^4.0.0",
		"remark-github": "^12.0.0",
		"remark-github-beta-blockquote-admonitions": "^3.1.1",
		"remark-toc": "^9.0.0",
		"replace-in-file": "^7.1.0",
		"resolve.exports": "^2.0.2",
		"semver": "^7.5.4",
		"semver-utils": "^1.1.4",
		"simple-git": "^3.19.1",
		"sort-json": "^2.0.1",
		"sort-package-json": "1.57.0",
		"strip-ansi": "^6.0.1",
		"table": "^6.8.1",
		"ts-morph": "^22.0.0",
		"type-fest": "^2.19.0",
		"unist-util-visit": "^5.0.0",
		"xml2js": "^0.5.0"
	},
	"devDependencies": {
		"@biomejs/biome": "~1.9.3",
		"@fluidframework/build-common": "^2.0.3",
		"@fluidframework/eslint-config-fluid": "^5.3.0",
		"@oclif/test": "^4.1.0",
		"@types/async": "^3.2.20",
		"@types/chai": "^4.3.5",
		"@types/chai-arrays": "^2.0.0",
		"@types/debug": "^4.1.7",
		"@types/fs-extra": "^11.0.4",
		"@types/inquirer": "^8.2.6",
		"@types/issue-parser": "^3.0.5",
		"@types/mdast": "^4.0.4",
		"@types/mocha": "^9.1.1",
		"@types/node": "^18.18.6",
		"@types/node-fetch": "^2.5.10",
		"@types/prettier": "^2.7.3",
		"@types/prompts": "^2.4.9",
		"@types/semver": "^7.5.0",
		"@types/semver-utils": "^1.1.1",
		"@types/sort-json": "^2.0.1",
		"@types/unist": "^3.0.3",
		"@types/xml2js": "^0.4.11",
		"c8": "^7.14.0",
		"chai": "^4.5.0",
		"chai-arrays": "^2.2.0",
		"concurrently": "^8.2.1",
		"copyfiles": "^2.4.1",
		"eslint": "~8.57.0",
		"eslint-config-oclif": "^5.2.1",
		"eslint-config-oclif-typescript": "^3.1.12",
		"eslint-config-prettier": "~9.1.0",
		"jssm-viz-cli": "5.101.0",
		"mocha": "^10.2.0",
		"mocha-multi-reporters": "^1.5.1",
		"mocked-env": "^1.3.5",
		"moment": "^2.29.4",
		"rimraf": "^4.4.1",
		"ts-node": "^10.9.1",
		"tslib": "^2.6.0",
		"typescript": "~5.4.5"
	},
	"engines": {
		"node": ">=18.17.1"
	},
	"fluidBuild": {
		"tasks": {
			"compile": {
				"dependsOn": [
					"...",
					"build:diagrams"
				],
				"script": false
			},
			"build:diagrams": [],
			"build:manifest": [
				"...",
				"build:copy",
				"build:diagrams"
			]
		}
	},
	"oclif": {
		"bin": "flub",
		"dirname": "flub",
		"flexibleTaxonomy": true,
		"commands": "./lib/commands",
		"additionalHelpFlags": [
			"-h"
		],
		"additionalVersionFlags": [
			"-V"
		],
		"plugins": [
			"@oclif/plugin-autocomplete",
			"@oclif/plugin-commands",
			"@oclif/plugin-help",
			"@oclif/plugin-not-found"
		],
		"repositoryPrefix": "<%- repo %>/blob/main/build-tools/packages/build-cli/<%- commandPath %>",
		"topicSeparator": " ",
		"topics": {
			"bump": {
				"description": "Bump the version of packages, release groups, and their dependencies."
			},
			"check": {
				"description": "Check commands are used to verify repo state, apply policy, etc."
			},
			"generate": {
				"description": "Generate commands are used to create/update code, docs, readmes, etc."
			},
			"modify": {
				"description": "Modify commands are used to modify projects to add or remove dependencies, update Fluid imports, etc."
			},
			"release": {
				"description": "Release commands are used to manage the Fluid release process."
			},
			"publish": {
				"description": "Publish commands are used to publish packages to an npm registry."
			},
			"promote": {
				"description": "Promote commands are used to promote packages published to an npm registry."
			},
			"transform": {
				"description": "Transform commands are used to transform code, docs, etc. into alternative forms."
			},
			"report": {
				"description": "Report analysis about the codebase, like code coverage and bundle size measurements."
			}
		}
	}
}
